Skip to content

Commit 104078f

Browse files
committed
cargo install locked
1 parent 9d37e36 commit 104078f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: make build-release
6565

6666
- name: Test Install
67-
run: cargo install --path "." --force
67+
run: cargo install --path "." --force --locked
6868

6969
- name: Binary Size (unix)
7070
if: matrix.os != 'windows-latest'
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
make test-linux-musl
125125
- name: Test Install
126-
run: cargo install --path "." --force
126+
run: cargo install --path "." --force --locked
127127

128128
build-linux-arm:
129129
runs-on: ubuntu-latest

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ deny:
8484
cargo deny check
8585

8686
install:
87-
cargo install --path "." --offline
87+
cargo install --path "." --offline --locked
8888

8989
install-timing:
90-
cargo install --features=timing --path "." --offline
90+
cargo install --features=timing --path "." --offline --locked
9191

9292
licenses:
9393
cargo bundle-licenses --format toml --output THIRDPARTY.toml

0 commit comments

Comments
 (0)