mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
gettext and bazelisk come standard on macOS runner
This commit is contained in:
parent
2efcf8a9d0
commit
38e4428c4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -164,7 +164,7 @@ jobs:
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
brew install portaudio gettext bazelisk gnu-tar
|
brew install portaudio gnu-tar
|
||||||
# gnu tar for cache issue
|
# gnu tar for cache issue
|
||||||
echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
|
echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue