Skip to content

Commit

Permalink
fix: zig
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Oct 26, 2024
1 parent 08f951d commit 00df387
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: mlugg/setup-zig@v1
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y
Expand All @@ -80,10 +81,6 @@ jobs:
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
mkdir LIBS
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 00df387

Please sign in to comment.