Browse Source

Fix WASM tests

David Peter 1 year ago
parent
commit
272c03c26e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -70,6 +70,8 @@ jobs:
     runs-on: ubuntu-20.04
     runs-on: ubuntu-20.04
     steps:
     steps:
     - uses: dtolnay/rust-toolchain@stable
     - uses: dtolnay/rust-toolchain@stable
+      with:
+        toolchain: "1.76.0"
     - uses: actions/checkout@v3
     - uses: actions/checkout@v3
     - name: Install wasm-pack
     - name: Install wasm-pack
       run: |
       run: |