Skip to content

Commit 00df387

Browse files
committed
fix: zig
1 parent 08f951d commit 00df387

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- uses: actions/setup-python@v4
7171
with:
7272
python-version: "3.11"
73+
- uses: mlugg/setup-zig@v1
7374
- name: Install Poetry
7475
run: |
7576
curl -sSL https://install.python-poetry.org | python - -y
@@ -80,10 +81,6 @@ jobs:
8081
run: |
8182
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
8283
mkdir LIBS
83-
wget https://ziglang.org/builds/zig-linux-x86_64-0.14.0-dev.32+4aa15440c.tar.xz
84-
xz -d zig-linux-x86_64-0.14.0-dev.32+4aa15440c.tar.xz
85-
tar -xf zig-linux-x86_64-0.14.0-dev.32+4aa15440c.tar
86-
export PATH=$(pwd)/zig-linux-x86_64-0.14.0-dev.32+4aa15440c:$PATH
8784
export CGO_ENABLED=1
8885
#AMD64
8986
export GOOS=windows

0 commit comments

Comments
 (0)