We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e91125 + 04c2411 commit e9f4d63Copy full SHA for e9f4d63
.github/workflows/ci.yml
@@ -38,14 +38,6 @@ jobs:
38
if: runner.os == 'Linux'
39
run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
40
41
- # We install gnu-tar because BSD tar is buggy on macOS builders of GHA.
42
- # See <https://github.com/actions/cache/issues/403>.
43
- - name: Install GNU tar
44
- if: runner.os == 'macOS'
45
- run: |
46
- brew install gnu-tar
47
- echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
48
-
49
# Cache the global cargo directory, but NOT the local `target` directory which
50
# we cannot reuse anyway when the nightly changes (and it grows quite large
51
# over time).
0 commit comments