mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
ci: use gnu tar on macos (#10069)
This commit is contained in:
parent
4e70ff80c2
commit
3dd525d767
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -163,6 +163,13 @@ jobs:
|
|||
- name: Restore timestamps
|
||||
run: python ./tools/restore_mtime.py
|
||||
|
||||
# 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
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue