Skip to content

Commit

Permalink
See path in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Apr 29, 2024
1 parent f153887 commit 03c85ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,9 @@ jobs:
- name: Install Zig
run: |
curl -L https://ziglang.org/download/${{ env.zig }}/zig-linux-x86_64-${{ env.zig }}.tar.xz -o zig.tar.xz
tar -xf zig.tar.xz -C /opt
echo "/opt/zig-linux-x86_64-${{ env.zig }}" >> $GITHUB_PATH
tar -xf zig.tar.xz -C /usr/local
echo "/usr/local/zig-linux-x86_64-${{ env.zig }}" >> $GITHUB_PATH
echo $PATH
zig version
- name: Install Go
Expand Down

0 comments on commit 03c85ad

Please sign in to comment.