summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9826293bd..91cbf53ae 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: