diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c8d446c4..bc67ba8b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: toolchain: ${{ matrix.rust }} target: ${{ matrix.target }} + - if: ${{ matrix.rust=='1.56.1' }} + run: cargo update --precise 0.2.163 --package libc - run: cargo check --target=${{ matrix.TARGET }} - run: cargo build --target=${{ matrix.TARGET }} - run: cargo test --target=${{ matrix.TARGET }}