Skip to content

Commit

Permalink
fix: zig biaries
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jun 14, 2024
1 parent 2f58bbf commit 72ba5a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
poetry run version ${{ github.event.inputs.version }}
- name: build
run: |
wget https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.2150+63de8a598.tar.xz
xz -d zig-linux-x86_64-0.12.0-dev.2150+63de8a598.tar.xz
tar -xf zig-linux-x86_64-0.12.0-dev.2150+63de8a598.tar
export PATH=$(pwd)/zig-linux-x86_64-0.12.0-dev.2150+63de8a598:$PATH
wget https://ziglang.org/builds/zig-linux-x86_64-0.14.0-dev.32+4aa15440c.tar.xz
xz -d zig-linux-x86_64-0.14.0-dev.32+4aa15440c.tar.xz
tar -xf zig-linux-x86_64-0.14.0-dev.32+4aa15440c.tar
export PATH=$(pwd)/zig-linux-x86_64-0.14.0-dev.32+4aa15440c:$PATH
export CGO_ENABLED=1
#AMD64
export GOOS=windows
Expand Down

0 comments on commit 72ba5a8

Please sign in to comment.