summaryrefslogtreecommitdiff
path: root/ci-prod.ick
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-26 08:54:11 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-26 08:54:11 +0300
commit019fd2f9ba8ec09cf7f08015fd114dd5e6d808c2 (patch)
tree6e11b8c38e8d3d2f132670586737f9d11ce1fd0c /ci-prod.ick
parent87e94275c2e8cfd18caabda7ebf1abf6a79f6187 (diff)
downloadliw-ci-019fd2f9ba8ec09cf7f08015fd114dd5e6d808c2.tar.gz
feat: install cargo deny when building rust projects
Sponsored-by: author
Diffstat (limited to 'ci-prod.ick')
-rw-r--r--ci-prod.ick3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 51e220b..62e3d7d 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1306,6 +1306,9 @@ pipelines:
rustup default stable
rustup show
+ # Install "cargo deny"
+ cargo install --locked cargo-deny
+
cd /workspace/src
if [ -e check ]
then