We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd34f1 commit fcd1298Copy full SHA for fcd1298
1 file changed
.github/workflows/test.yaml
@@ -148,7 +148,9 @@ jobs:
148
version: ${{ env.wasmtime-version }}
149
150
- name: Add Go wasm exec to $PATH
151
- run: echo "$(go env GOROOT)/misc/wasm" >> $GITHUB_PATH
+ run: |
152
+ echo "$(go env GOROOT)/misc/wasm" >> $GITHUB_PATH
153
+ echo "$(go env GOROOT)/lib/wasm" >> $GITHUB_PATH
154
155
- name: Regenerate Go
156
run: make tests/generated
0 commit comments