Switched to specialized ci image
/ audit (push) Failing after 1m25s Details

This commit is contained in:
Sebastian 2023-08-01 18:36:37 +02:00
parent 792cfb76d0
commit 6cafb6ed3e
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ on: [push]
jobs:
audit:
runs-on: docker
container:
image: forgejo.zenerdio.de/sebastian/apt-decoder-ci:v0.1.0
steps:
- uses: actions/checkout@v3
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- run: $HOME/.cargo/bin/cargo install cargo-audit
- run: $HOME/.cargo/bin/cargo audit
- run: export CARGO_HOME=/root/.cargo && cargo audit