Skip to content

Commit

Permalink
js/wasm: Use workaround for dist
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdgo committed Oct 31, 2023
1 parent 9ef0fd1 commit 241f438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
export GOPATH=/nonexist-gopath
./misc/wasm/go_js_wasm_exec ./bin/go tool
# TODO Fails with go: RLock /home/runner/work/go-upon-ci/go-upon-ci/go/src/go.mod: unsupported operation
./misc/wasm/go_js_wasm_exec ./bin/go test ./...
./misc/wasm/go_js_wasm_exec ./bin/go run cmd/dist test
- name: Upload go executable
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 241f438

Please sign in to comment.