Skip to content

Commit

Permalink
ci: use locked lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed May 22, 2022
1 parent afbdb78 commit 6cd535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
sharedKey: build
- name: build
run: cargo build
run: cargo --locked build

lint:
runs-on: windows-2022
Expand Down

0 comments on commit 6cd535d

Please sign in to comment.