From ec43c8657d0b9a9379b30295706a3c4ff881630e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 22 Aug 2020 10:47:17 +1000 Subject: [PATCH] tar -> gnu-tar --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 42980a1f5..d2aa450d8 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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