aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-16 09:13:21 +0100
committerAleksey Kladov <[email protected]>2020-07-16 09:15:13 +0100
commitc3ce89145dbdf529738646aa3af3492dc7ec3066 (patch)
treeec725e522cfcdc63c8b79db5f18b3f58ee3fda79 /.github
parent6a74a917133a98aac2a35df537b7112279dd7d71 (diff)
Disable audit step
See https://github.com/actions-rs/install/issues/6
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c915b9d14..20663196d 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -16,19 +16,19 @@ env:
16 RUSTUP_MAX_RETRIES: 10 16 RUSTUP_MAX_RETRIES: 10
17 17
18jobs: 18jobs:
19 rust-audit: 19 # rust-audit:
20 name: Audit Rust vulnerabilities 20 # name: Audit Rust vulnerabilities
21 runs-on: ubuntu-latest 21 # runs-on: ubuntu-latest
22 steps: 22 # steps:
23 - name: Checkout repository 23 # - name: Checkout repository
24 uses: actions/checkout@v2 24 # uses: actions/checkout@v2
25 25
26 - uses: actions-rs/[email protected] 26 # - uses: actions-rs/[email protected]
27 with: 27 # with:
28 crate: cargo-audit 28 # crate: cargo-audit
29 use-tool-cache: true 29 # use-tool-cache: true
30 30
31 - run: cargo audit 31 # - run: cargo audit
32 32
33 rust: 33 rust:
34 name: Rust 34 name: Rust