Skip to content

Commit

Permalink
Try pin windows-sys too
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Nov 27, 2024
1 parent d18ad1e commit e38cd11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- name: Override libc version (Rust 1.56 only)
- name: Pin to old dependency versions (Rust 1.56 only)
if: matrix.rust == '1.56'
run: cargo update -p libc --precise 0.2.163
run: |
cargo update -p libc --precise 0.2.163
cargo update -p windows-sys --precise 0.52.0
- name: Setup cache
uses: Swatinem/rust-cache@v2
- name: Test (no features)
Expand Down

0 comments on commit e38cd11

Please sign in to comment.