From 5a14827f9f0afd43c9cfc32fb0cb1844477e0e4c Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 3 Jun 2021 18:14:56 +0900 Subject: [PATCH] build: remove gnu tar installation (#10826) --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9826293bd0..91cbf53ae9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,14 +169,6 @@ jobs: cargo --version deno --version - # Work around https://github.com/actions/cache/issues/403 by using GNU tar - # instead of BSD tar. - - name: Install GNU tar - if: matrix.os == 'macos-10.15' - run: | - brew install gnu-tar - echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH - - name: Cache Cargo home uses: actions/cache@v2 with: