Skip to content

Commit d9f3557

Browse files
author
Guy Bedford
authored
deps: latest toolchain for wasmtime@26 (#515)
1 parent 79f7995 commit d9f3557

File tree

150 files changed

+359
-2502
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+359
-2502
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/cache@v4
9090
with:
9191
path: tests/gen
92-
key: wasi-${{ hashFiles('xtask/src/generate/tests.rs', 'submodules/wasmtime/Cargo.lock') }}
92+
key: wasi-${{ hashFiles('xtask/src/generate/preview2_tests.rs', 'submodules/wasmtime/Cargo.lock') }}
9393
- name: Install Rust
9494
if: steps.cache-wasi-tests.outputs.cache-hit != 'true'
9595
run: rustup update stable --no-self-update && rustup default stable
@@ -157,6 +157,7 @@ jobs:
157157
node: 20.x
158158
- os: windows-latest
159159
node: 18.x
160+
fail-fast: false
160161
runs-on: ${{ matrix.os }}
161162
needs: [build, build-wasi-tests]
162163
steps:

0 commit comments

Comments
 (0)