summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2021-06-03 18:14:56 +0900
committerGitHub <noreply@github.com>2021-06-03 11:14:56 +0200
commit5a14827f9f0afd43c9cfc32fb0cb1844477e0e4c (patch)
tree5ba85bc834357128b8073ea7b8759efae4cc4141
parentb2a4c2e4f650f84a4f22c655a6b504b00fe0f72f (diff)
build: remove gnu tar installation (#10826)
-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: