From 82c00fcf4bad54f6b112d9487df2fc361325c78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 25 Jun 2024 11:13:26 +0300 Subject: [PATCH] github: Stop explicitly installing gnu-tar on macOS 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. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 121d7674..d785c7ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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