Skip to content

Commit

Permalink
fix(release): missing installation of zig
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Nov 17, 2024
1 parent 28d2367 commit 0ba754f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:

- name: Install dependencies
run: |
sudo snap install zig --classic --beta
docker pull crazymax/xgo:latest
go install github.com/crazy-max/xgo@latest
sudo apt install upx
Expand Down

0 comments on commit 0ba754f

Please sign in to comment.