Skip to content

Commit

Permalink
chore: build with --locked flag in CI (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 29, 2024
1 parent 575f505 commit 69b28bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Expand Up @@ -200,7 +200,7 @@ jobs:
with:
use-cross: ${{ steps.vars.outputs.CARGO_USE_CROSS }}
command: build
args: --release --target=${{ matrix.job.target }}
args: --release --target=${{ matrix.job.target }} --locked
- name: Test
if: matrix.job.target != 'aarch64-apple-darwin'
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 69b28bf

Please sign in to comment.