Skip to content

Commit cd9d463

Browse files
committed
ci: another attempt at a fix
1 parent 5102b4a commit cd9d463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libloading.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: rustup default ${{ matrix.rust_toolchain }}
2525
- run: rustup component add clippy
2626
- run: cargo update -p libc --precise 0.2.155
27-
if: ${{ matrix.rust_toolchain == "1.56.0" }}
27+
if: ${{ matrix.rust_toolchain == '1.56.0' }}
2828
- run: cargo clippy
2929
- run: cargo test -- --nocapture
3030
- run: cargo test --release -- --nocapture

0 commit comments

Comments
 (0)