Skip to content

Commit

Permalink
build: use frozen lock file
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <blu3beri@proton.me>
  • Loading branch information
Berend Sliedrecht committed Oct 31, 2023
1 parent 01c79c2 commit f25ce2c
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
@@ -423,7 +423,7 @@ jobs:
- name: Build
run: |
cargo install --bins --git https://github.com/rust-embedded/cross --tag v${{ env.CROSS_VERSION }} cross
cross build --lib --release --target ${{matrix.target}} --locked
cross build --lib --release --target ${{matrix.target}} --locked --frozen
- name: Upload artifacts
uses: actions/upload-artifact@v3

0 comments on commit f25ce2c

Please sign in to comment.