Skip to content

Commit

Permalink
Revert "WIP: Add toolchain matrix to job"
Browse files Browse the repository at this point in the history
This reverts commit 77808b7.

dtolnay/rust-toolchain does not support using a matrix as far as I can
tell. From the PR description it looks like the original author (me)
was testing this through CI, no idea how this patch got merged.
  • Loading branch information
tcharding committed Jul 12, 2023
1 parent 31237ff commit ce35028
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,13 @@ jobs:
WASM:
name: WASM
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [stable, beta, nightly, 1.48.0]
steps:
- name: Checkout Crate
uses: actions/checkout@v3
- name: Install clang
run: sudo apt-get install -y clang
- name: Checkout Toolchain
uses: dtolnay/rust-toolchain@${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@stable
- name: Running WASM tests
env:
DO_WASM: true
Expand Down

0 comments on commit ce35028

Please sign in to comment.