Skip to content

Commit

Permalink
$GITHUB_PATHにgnu-tarを使うように書き込む
Browse files Browse the repository at this point in the history
  • Loading branch information
Till0196 committed Nov 13, 2024
1 parent 6edd738 commit 77ac7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77ac7d5

Please sign in to comment.