1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -05:00

build: remove gnu tar installation (#10826)

This commit is contained in:
Yoshiya Hinosawa 2021-06-03 18:14:56 +09:00 committed by GitHub
parent b2a4c2e4f6
commit 5a14827f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,14 +169,6 @@ jobs:
cargo --version cargo --version
deno --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 - name: Cache Cargo home
uses: actions/cache@v2 uses: actions/cache@v2
with: with: