Skip to content

Commit

Permalink
wasmer: add mapping directory
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdgo committed Oct 31, 2023
1 parent 10e7b1e commit af99331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasip1_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
export GOHOSTOS=wasip1 GOHOSTARCH=wasm
# go env
cd ./go
wasmer run --dir=/ --env PWD="$PWD" --env PATH="$PATH" ./bin/go env
wasmer run --dir=/ --env PWD="$PWD" --env PATH="$PATH" --mapdir /:/ ./bin/go env
# Set up as run.bash
export GO_TEST_TIMEOUT_SCALE=4
export GOPROXY="https://proxy.golang.org,direct"
Expand Down

0 comments on commit af99331

Please sign in to comment.