mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
tar -> gnu-tar
This commit is contained in:
parent
43f5db6480
commit
ec43c8657d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -183,7 +183,7 @@ jobs:
|
|||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
set -x
|
||||
brew install portaudio protobuf gettext ripgrep make tar
|
||||
brew install portaudio protobuf gettext ripgrep make gnu-tar
|
||||
|
||||
# Disable it for macos because it pyenv cache is bugged (https://github.com/ankitects/anki/pull/563)
|
||||
- name: Cache pyenv
|
||||
|
|
Loading…
Reference in a new issue