chore: build with --locked flag in CI (#1022)

This commit is contained in:
Orhun Parmaksız 2024-03-29 16:43:56 +03:00 committed by GitHub
parent 575f505dc2
commit 69b28bf4c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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