This commit is contained in:
Nuno Cruces
2025-02-16 18:09:42 +00:00
parent 58f8c2d33e
commit 975feb2fd4
2 changed files with 11 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ jobs:
with: { go-version: stable }
- name: Set path
run: echo "$(go env GOROOT)/misc/wasm" >> "$GITHUB_PATH"
run: echo "$(go env GOROOT)/lib/wasm" >> "$GITHUB_PATH"
- name: Test wasmtime
env: