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.
2 parents 473db93 + 59564fc commit 82afaafCopy full SHA for 82afaaf
.github/workflows/ci.yml
@@ -36,6 +36,8 @@ jobs:
36
toolchain: ${{ matrix.rust }}
37
target: ${{ matrix.target }}
38
39
+ - if: ${{ matrix.rust=='1.56.1' }}
40
+ run: cargo update --precise 0.2.163 --package libc
41
- run: cargo check --target=${{ matrix.TARGET }}
42
- run: cargo build --target=${{ matrix.TARGET }}
43
- run: cargo test --target=${{ matrix.TARGET }}
0 commit comments