Skip to content

Commit

Permalink
cargo-deny install on stable only
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuk committed May 14, 2022
1 parent fe83a51 commit fd42873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -117,7 +117,7 @@ jobs:
key: ${{env.CACHE_RESET_KEY}}-${{ runner.os }}-${{ matrix.rust }}-cargo-deny-${{ steps.dep-versions.outputs.cargo-deny_version }}

- name: Install cargo-deny
if: ${{ steps.cache-cargo-deny.outputs.cache-hit == false }}
if: ${{ steps.cache-cargo-deny.outputs.cache-hit == false && ${{ matrix.rust }} == "stable" }}
run: |
cargo install cargo-deny
Expand Down

0 comments on commit fd42873

Please sign in to comment.