Skip to content

Commit 7f7a462

Browse files
committed
ci: Fix missing run: key
1 parent 985190c commit 7f7a462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
mv just /usr/local/bin/
118118
rm -rf $basename.tar.gz
119119
- name: Install cargo-deny
120+
run: |
120121
version=0.11.0
121122
basename=cargo-deny-$version-${{ matrix.host }}
122123
curl -fLO https://github.com/EmbarkStudios/cargo-deny/releases/download/$version/$basename.tar.gz

0 commit comments

Comments
 (0)