We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a685c6 commit 36cdb2eCopy full SHA for 36cdb2e
.github/workflows/build.yml
@@ -53,6 +53,7 @@ jobs:
53
run: |
54
rustup target add ${{ matrix.target }}
55
cargo install --locked cargo-zigbuild
56
+ pip3 install ziglang
57
cargo zigbuild --release --target ${{ matrix.target }}.${{ matrix.glibc }} -p luals
58
- name: package-uninx
59
if: ${{ matrix.os != 'windows-latest' }}
0 commit comments