Skip to content

Commit

Permalink
fix cargo install zigbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Feb 17, 2024
1 parent 53e6d53 commit 0c8da58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_zigbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: rustup target add armv7-unknown-linux-gnueabihf

- name: Install Zigbuild
run: cargo install zigbuild
run: cargo install cargo-zigbuild

- name: Build
run: cargo zigbuild --target armv7-unknown-linux-gnueabihf --release
Expand Down

0 comments on commit 0c8da58

Please sign in to comment.