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:
parent
b2a4c2e4f6
commit
5a14827f9f
1 changed files with 0 additions and 8 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue