We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5102b4a commit cd9d463Copy full SHA for cd9d463
.github/workflows/libloading.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: rustup default ${{ matrix.rust_toolchain }}
25
- run: rustup component add clippy
26
- run: cargo update -p libc --precise 0.2.155
27
- if: ${{ matrix.rust_toolchain == "1.56.0" }}
+ if: ${{ matrix.rust_toolchain == '1.56.0' }}
28
- run: cargo clippy
29
- run: cargo test -- --nocapture
30
- run: cargo test --release -- --nocapture
0 commit comments