build.yml: Adjust for change in 'brew'
'brew' apparently introduced an incompatible change, where even "--force" does not actually make the commands available in the default path. Also switch to a numbered macos release instead of "latest", though this did not save us from breaking changes in brew or other preinstalled sw.
This commit is contained in:
parent
276241b962
commit
7126a2f522
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -94,15 +94,15 @@ jobs:
|
|||||||
path: mpy-cross/mpy-cross.static.exe
|
path: mpy-cross/mpy-cross.static.exe
|
||||||
|
|
||||||
mpy-cross-mac:
|
mpy-cross-mac:
|
||||||
runs-on: macos-latest
|
runs-on: macos-10.15
|
||||||
steps:
|
steps:
|
||||||
- name: Dump GitHub context
|
- name: Dump GitHub context
|
||||||
env:
|
env:
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
run: echo "$GITHUB_CONTEXT"
|
run: echo "$GITHUB_CONTEXT"
|
||||||
- name: Install deps
|
- name: Make gettext programs available
|
||||||
run: |
|
run: |
|
||||||
brew link --force gettext
|
echo "::set-env name=PATH::/usr/local/opt/gettext/bin:$PATH"
|
||||||
- name: Versions
|
- name: Versions
|
||||||
run: |
|
run: |
|
||||||
gcc --version
|
gcc --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user