Skip to content

Commit 1d9ccd6

Browse files
committed
ci: pin libc for msrv job
1 parent 7c03fc9 commit 1d9ccd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
rustup default ${{ matrix.rust }}
4141
rustup target add ${{ matrix.target }}
42+
cargo update -p libc --precise 0.2.160
4243
cargo test --verbose --target ${{ matrix.target }}
4344
4445
test-linux:

0 commit comments

Comments
 (0)