From 77ac7d5359bc197ad75f4a80c7822dc3422e7c2c Mon Sep 17 00:00:00 2001 From: Till0196 <16399842+Till0196@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:01:58 +0900 Subject: [PATCH] =?UTF-8?q?$GITHUB=5FPATH=E3=81=ABgnu-tar=E3=82=92?= =?UTF-8?q?=E4=BD=BF=E3=81=86=E3=82=88=E3=81=86=E3=81=AB=E6=9B=B8=E3=81=8D?= =?UTF-8?q?=E8=BE=BC=E3=82=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a856cee..6684501 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: - name: Use GNU tar on macOS if: matrix.os == 'macos-latest' run: | - tar --version - export PATH="$HOMEBREW_PREFIX/opt/gnu-tar/libexec/gnubin:$PATH" + brew install gnu-tar + echo "$HOMEBREW_PREFIX/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH tar --version - uses: actions/checkout@v4