Skip to content

Commit

Permalink
Use exported variable
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdgo committed Sep 30, 2024
1 parent cde4094 commit 16a8956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wasip1_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
cat $GOENV
mkdir "$HOME/go-cache"
export GOCACHE="$HOME/go-cache"
echo '$HOME=' $HOME ' $GOCACHE=' $GOCACHE '$GOENV=' $GOENV
./lib/wasm/go_wasip1_wasm_exec ./bin/go tool
./lib/wasm/go_wasip1_wasm_exec ./bin/go env -w GOCACHE=$HOME/go-cache
./lib/wasm/go_wasip1_wasm_exec ./bin/go env -w GOCACHE=$GOCACHE
# Set up from run.bash
export GO_TEST_TIMEOUT_SCALE=4
# export GOPROXY="https://proxy.golang.org,direct"
Expand Down

0 comments on commit 16a8956

Please sign in to comment.