We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a22a5d + f1bf4de commit 1f034f0Copy full SHA for 1f034f0
.github/workflows/build.yml
@@ -94,15 +94,16 @@ jobs:
94
path: mpy-cross/mpy-cross.static.exe
95
96
mpy-cross-mac:
97
- runs-on: macos-latest
+ runs-on: macos-10.15
98
steps:
99
- name: Dump GitHub context
100
env:
101
GITHUB_CONTEXT: ${{ toJson(github) }}
102
run: echo "$GITHUB_CONTEXT"
103
- - name: Install deps
+ - name: Make gettext programs available
104
run: |
105
- brew link --force gettext
+ brew install gettext
106
+ echo "::set-env name=PATH::/usr/local/opt/gettext/bin:$PATH"
107
- name: Versions
108
109
gcc --version
0 commit comments