Skip to content

Commit

Permalink
.github/workflows/windows: install wasmtime v14.0.1
Browse files Browse the repository at this point in the history
TODO: maybe put Wasmtime version in a variable?
  • Loading branch information
ydnar committed Nov 1, 2023
1 parent 9fca734 commit 21b674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Install Dependencies
shell: bash
run: |
scoop install binaryen && scoop install wasmtime@13.0.0
scoop install binaryen && scoop install wasmtime@14.0.1
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
Expand Down

0 comments on commit 21b674b

Please sign in to comment.