Skip to content

Commit b72c61b

Browse files
committed
Remove lockfile before outdated
Signed-off-by: Jonatan Waern <[email protected]>
1 parent 7c66091 commit b72c61b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scans.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
shell: bash
3939
if: ${{ success() || failure() }}
4040
run: |
41+
rm Cargo.lock
4142
cargo install cargo-outdated
4243
cargo outdated --version
4344
set -o pipefail

0 commit comments

Comments
 (0)