Skip to content

Commit

Permalink
Remove zig.tar file after installing (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty authored May 8, 2024
1 parent d47f0a2 commit a2f37b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
mkdir -p $HOME/.local/bin
tar -xf zig.tar.xz -C $HOME/.local/bin
echo "$HOME/.local/bin/zig-linux-x86_64-${{ env.zig }}" >> $GITHUB_PATH
rm zig.tar.xz
- name: Install Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit a2f37b3

Please sign in to comment.