Skip to content

Commit e9f4d63

Browse files
committed
Auto merge of rust-lang#2565 - RalfJung:ci, r=RalfJung
remove macOS work-around that is no longer needed Judging from actions/cache#403 it sounds like this work-around is not needed any more.
2 parents 3e91125 + 04c2411 commit e9f4d63

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

-8
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ jobs:
3838
if: runner.os == 'Linux'
3939
run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
4040

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-
4941
# Cache the global cargo directory, but NOT the local `target` directory which
5042
# we cannot reuse anyway when the nightly changes (and it grows quite large
5143
# over time).

0 commit comments

Comments
 (0)