Skip to content

Commit

Permalink
chore: update github ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWaWaR committed Dec 1, 2021
1 parent 4d4b263 commit 39db119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Security Audit & Licenses
run: |
rustup toolchain install nightly --allow-downgrade --profile minimal
cargo deny --version || cargo install cargo-deny --locked
cargo deny --version || cargo +nightly install cargo-deny --locked
make security-audit
make check-crates
make check-licenses
Expand Down

0 comments on commit 39db119

Please sign in to comment.