Skip to content

Commit

Permalink
deps: latest toolchain for wasmtime@26 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Oct 28, 2024
1 parent 79f7995 commit d9f3557
Show file tree
Hide file tree
Showing 150 changed files with 359 additions and 2,502 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/cache@v4
with:
path: tests/gen
key: wasi-${{ hashFiles('xtask/src/generate/tests.rs', 'submodules/wasmtime/Cargo.lock') }}
key: wasi-${{ hashFiles('xtask/src/generate/preview2_tests.rs', 'submodules/wasmtime/Cargo.lock') }}
- name: Install Rust
if: steps.cache-wasi-tests.outputs.cache-hit != 'true'
run: rustup update stable --no-self-update && rustup default stable
Expand Down Expand Up @@ -157,6 +157,7 @@ jobs:
node: 20.x
- os: windows-latest
node: 18.x
fail-fast: false
runs-on: ${{ matrix.os }}
needs: [build, build-wasi-tests]
steps:
Expand Down
Loading

0 comments on commit d9f3557

Please sign in to comment.