Skip to content

Commit

Permalink
chore(ci): Remove workaround for broken cc version
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 authored and Ralith committed Nov 16, 2024
1 parent 7fa7dc2 commit a55c114
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ jobs:

- name: Install cargo binstall
uses: cargo-bins/cargo-binstall@main

# We need to downgrade cc to version 1.1.31 for ring Wasm compilation to work.
# See the upstream issue https://github.com/rust-lang/cc-rs/issues/1275
- name: Use working `cc` version 1.1.31
run: cargo update -p cc --precise 1.1.31

- name: build wasm32 tests (quinn-proto)
run: cargo test -p quinn-proto --target wasm32-unknown-unknown --no-run
Expand Down

0 comments on commit a55c114

Please sign in to comment.