We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f951d commit 00df387Copy full SHA for 00df387
.github/workflows/release.yml
@@ -70,6 +70,7 @@ jobs:
70
- uses: actions/setup-python@v4
71
with:
72
python-version: "3.11"
73
+ - uses: mlugg/setup-zig@v1
74
- name: Install Poetry
75
run: |
76
curl -sSL https://install.python-poetry.org | python - -y
@@ -80,10 +81,6 @@ jobs:
80
81
82
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
83
mkdir LIBS
- 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
87
export CGO_ENABLED=1
88
#AMD64
89
export GOOS=windows
0 commit comments