Skip to content

Commit 567c39c

Browse files
committed
Revert "WIP: Add toolchain matrix to job"
This reverts commit 77808b7. dtolnay/rust-toolchain does not support using a matrix as far as I can tell. Since the PR brief description contains "WIP" it looks like the original author (me) was testing this using CI, no idea how this patch got merged.
1 parent e6643c0 commit 567c39c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,13 @@ jobs:
105105
WASM:
106106
name: WASM
107107
runs-on: ubuntu-latest
108-
strategy:
109-
matrix:
110-
toolchain: [stable, beta, nightly, 1.48.0]
111108
steps:
112109
- name: Checkout Crate
113110
uses: actions/checkout@v3
114111
- name: Install clang
115112
run: sudo apt-get install -y clang
116113
- name: Checkout Toolchain
117-
uses: dtolnay/rust-toolchain@${{ matrix.toolchain }}
114+
uses: dtolnay/rust-toolchain@stable
118115
- name: Running WASM tests
119116
env:
120117
DO_WASM: true

0 commit comments

Comments
 (0)