Skip to content

Commit

Permalink
github: Stop explicitly installing gnu-tar on macOS
Browse files Browse the repository at this point in the history
These days, it seems to be installed out of the box already on the
runner images, and installing it triggers very visible warnings
about it already being installed.
  • Loading branch information
mstorsjo committed Jun 26, 2024
1 parent fb9fd06 commit 82c00fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
SOURCE_DATE_EPOCH: ${{needs.prepare.outputs.COMMIT_DATE_UNIX}}
BUILD_DATE: ${{needs.prepare.outputs.BUILD_DATE}}
run: |
brew install ninja gnu-tar
brew install ninja
# Disable zstd and python. Both are available on the runners, but
# installed with homebrew, and only available in the native (x86_64)
# form. Therefore, autodetection will pick them up, but linking
Expand Down

0 comments on commit 82c00fc

Please sign in to comment.