Skip to content

Commit

Permalink
Build with --locked flag in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored and bbqsrc committed Aug 20, 2024
1 parent a45ede1 commit b422f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
targets: aarch64-linux-android, armv7-linux-androideabi
components: rustfmt, clippy
- name: Run build
run: cargo install --path .
run: cargo install --locked --path .
- name: Smoke test `ndk-env`
run: cargo ndk-env
- name: Run test
Expand Down

0 comments on commit b422f28

Please sign in to comment.