mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-02-19 05:35:54 +02:00
chore: build with --locked flag in CI (#1022)
This commit is contained in:
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user