Skip to content

Commit

Permalink
fix zigbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed Sep 2, 2024
1 parent 59b40ee commit 04cd1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
x86_64-apple-darwin \
x86_64-pc-windows-gnu
- name: Install cargo zigbuild
run: cargo install cargo-zigbuild
run: cargo install --locked cargo-zigbuild
- name: macOS - build universal2
run: cargo zigbuild --target universal2-apple-darwin --release
- name: Linux - build x86_64 musl
Expand Down

0 comments on commit 04cd1cb

Please sign in to comment.