We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
run:
1 parent 985190c commit 7f7a462Copy full SHA for 7f7a462
.github/workflows/ci.yml
@@ -117,6 +117,7 @@ jobs:
117
mv just /usr/local/bin/
118
rm -rf $basename.tar.gz
119
- name: Install cargo-deny
120
+ run: |
121
version=0.11.0
122
basename=cargo-deny-$version-${{ matrix.host }}
123
curl -fLO https://github.com/EmbarkStudios/cargo-deny/releases/download/$version/$basename.tar.gz
0 commit comments