Explorar el Código

Fix WASM tests

David Peter hace 1 año
padre
commit
272c03c26e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .github/workflows/ci.yml

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

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