cargo install locked

This commit is contained in:
extrawurst 2023-08-01 10:09:15 +02:00
parent 9d37e36314
commit 104078f15f
2 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ jobs:
run: make build-release
- name: Test Install
run: cargo install --path "." --force
run: cargo install --path "." --force --locked
- name: Binary Size (unix)
if: matrix.os != 'windows-latest'
@ -123,7 +123,7 @@ jobs:
run: |
make test-linux-musl
- name: Test Install
run: cargo install --path "." --force
run: cargo install --path "." --force --locked
build-linux-arm:
runs-on: ubuntu-latest

View File

@ -84,10 +84,10 @@ deny:
cargo deny check
install:
cargo install --path "." --offline
cargo install --path "." --offline --locked
install-timing:
cargo install --features=timing --path "." --offline
cargo install --features=timing --path "." --offline --locked
licenses:
cargo bundle-licenses --format toml --output THIRDPARTY.toml