Skip to content

Commit

Permalink
install target when provided, else hopefully this becomes empty string?
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Dec 12, 2024
1 parent 8fc7187 commit 274df71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
name: "Rust build matrix"
runs-on: ubuntu-latest
strategy:
# Run through the valid non-WASM configurations of our feature flags in parallel
fail-fast: false
matrix:
config:
- name: "all-features"
Expand All @@ -111,12 +111,16 @@ jobs:
args: "--no-default-features --features tokio,compio --ignore-unknown-features"
- name: "wasm32 with default features"
command: "build"
target: wasm32-unknown-unknown
args: "--target wasm32-unknown-unknown"
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/cleanup
- uses: rui314/setup-mold@v1
- uses: ./.github/actions/setup-rust
- uses: ./.github/actions/setup-rust
with:
targets: ${{matrix.target}}
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Rust Build (${{matrix.config.name}})
Expand Down

0 comments on commit 274df71

Please sign in to comment.