Skip to content

Commit 36cdb2e

Browse files
committed
install ziglang
1 parent 2a685c6 commit 36cdb2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
run: |
5454
rustup target add ${{ matrix.target }}
5555
cargo install --locked cargo-zigbuild
56+
pip3 install ziglang
5657
cargo zigbuild --release --target ${{ matrix.target }}.${{ matrix.glibc }} -p luals
5758
- name: package-uninx
5859
if: ${{ matrix.os != 'windows-latest' }}

0 commit comments

Comments
 (0)