Skip to content

Commit f91abc7

Browse files
committed
chore(ci): use locked dependencies to instsall cargo-codspeed
1 parent 73559ff commit f91abc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
cache-target: release
3535

36-
- run: cargo install --path crates/cargo-codspeed
36+
- run: cargo install --path crates/cargo-codspeed --locked
3737

3838
- run: cargo codspeed build -p codspeed
3939
- run: cargo codspeed build -p codspeed-bencher-compat

0 commit comments

Comments
 (0)