Skip to content

Commit d41bcc8

Browse files
committed
ci: Use dtonlnay runner for WASM
Use the newer github action cargo runner from dtolnay. Note, with this applied we only run the WASM tests using the stable toolchain.
1 parent 493eaf7 commit d41bcc8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/rust.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,13 @@ jobs:
5858
WASM:
5959
name: WASM
6060
runs-on: ubuntu-latest
61-
strategy:
62-
matrix:
63-
rust: [stable, beta, nightly] # wasm-pack doesn't support rust 1.41.1
6461
steps:
6562
- name: Checkout Crate
6663
uses: actions/checkout@v2
6764
- name: Install clang
6865
run: sudo apt-get install -y clang
6966
- name: Checkout Toolchain
70-
uses: actions-rs/toolchain@v1
71-
with:
72-
profile: minimal
73-
toolchain: ${{ matrix.rust }}
74-
override: true
75-
components: rust-src
67+
uses: dtolnay/rust-toolchain@stable
7668
- name: Running WASM tests
7769
env:
7870
DO_WASM: true

0 commit comments

Comments
 (0)