Skip to content

Commit 4473efc

Browse files
committed
ci: Fix CI not testing for MSRV 1.75.0
1 parent c37242c commit 4473efc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
fail-fast: false
103103
matrix:
104104
include:
105-
- toolchain: nightly-2025-03-15
105+
- toolchain: nightly-2025-05-05
106106
os: ubuntu-latest
107-
- toolchain: 1.81.0
107+
- toolchain: 1.75.0
108108
os: ubuntu-latest
109109
- toolchain: stable
110110
os: ubuntu-latest

.github/workflows/unit-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ jobs:
4242
run: cargo build --target wasm32-unknown-unknown --locked ${{ inputs.flags }}
4343

4444
- name: Install wasm-pack
45-
uses: alorel-actions/cargo-global-dep@v1
46-
with:
47-
name: wasm-pack
48-
version: 0.13.1
45+
uses: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
4946

5047
- name: Test (Chrome)
5148
if: ${{ runner.os != 'macOS' }}

0 commit comments

Comments
 (0)