Skip to content

Commit

Permalink
install ziglang
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Nov 22, 2024
1 parent 2a685c6 commit 36cdb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: |
rustup target add ${{ matrix.target }}
cargo install --locked cargo-zigbuild
pip3 install ziglang
cargo zigbuild --release --target ${{ matrix.target }}.${{ matrix.glibc }} -p luals
- name: package-uninx
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 36cdb2e

Please sign in to comment.