Skip to content

Commit

Permalink
quick workaround for CI issue with libc & Rust 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
brody4hire committed Jan 2, 2025
1 parent 7211cb7 commit bf1717a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
timeout-minutes: 60
steps:
- uses: taiki-e/checkout-action@v1
# QUICK WORKAROUND FOR CI ISSUE with libc & MSRV
- run: cargo add libc@=0.2.153 --no-default-features -p futures-executor
- run: git clean -dfX
- name: Install Rust
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
- name: Install cargo-hack
Expand Down

0 comments on commit bf1717a

Please sign in to comment.