mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -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
|
- name: Restore timestamps
|
||||||
run: python ./tools/restore_mtime.py
|
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
|
- name: Cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue