diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02674e274..dd2037d4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - run: cargo build - run: cargo test - run: cargo bench - - uses: EmbarkStudios/cargo-deny-action@v1 - if: matrix.os == 'ubuntu-latest' # Only works on Linux - with: - command: check bans sources + # - uses: EmbarkStudios/cargo-deny-action@v1 + # if: matrix.os == 'ubuntu-latest' # Only works on Linux + # with: + # command: check bans sources