Skip to content

Commit 82afaaf

Browse files
authored
Merge pull request #52 from jannic-dev-forks/fix-ci-with-old-rustc
Work around CI failure with old rust version
2 parents 473db93 + 59564fc commit 82afaaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
toolchain: ${{ matrix.rust }}
3737
target: ${{ matrix.target }}
3838

39+
- if: ${{ matrix.rust=='1.56.1' }}
40+
run: cargo update --precise 0.2.163 --package libc
3941
- run: cargo check --target=${{ matrix.TARGET }}
4042
- run: cargo build --target=${{ matrix.TARGET }}
4143
- run: cargo test --target=${{ matrix.TARGET }}

0 commit comments

Comments
 (0)