Skip to content

Commit

Permalink
ci: locked build
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpdev committed Sep 8, 2024
1 parent d00f845 commit 8c910e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: Swatinem/[email protected]

- name: Build
run: cargo build --release --target=armv7-unknown-linux-gnueabihf
run: cargo build --locked --release --target=armv7-unknown-linux-gnueabihf

- name: Rename binary
run: cp target/armv7-unknown-linux-gnueabihf/release/rspi-bios ./rspi-bios-armv7-unknown-linux-gnu
Expand Down

0 comments on commit 8c910e7

Please sign in to comment.