Skip to content

Commit eeae304

Browse files
committed
chore: build with --locked flag in CI
1 parent 0e70dbd commit eeae304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
with:
201201
use-cross: ${{ steps.vars.outputs.CARGO_USE_CROSS }}
202202
command: build
203-
args: --release --target=${{ matrix.job.target }}
203+
args: --release --target=${{ matrix.job.target }} --locked
204204
- name: Test
205205
if: matrix.job.target != 'aarch64-apple-darwin'
206206
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)