Skip to content

Commit

Permalink
native runs do not need toolchain default anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdgo committed Sep 28, 2024
1 parent 3ab0dbc commit 55f1f97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ runs:
echo $GOROOT
go version
go env GOROOT
if [ -z "$GOTOOLCHAIN" ]; then export GOTOOLCHAIN="auto"; fi
cd go/src
./run.bash --no-rebuild
Expand Down

0 comments on commit 55f1f97

Please sign in to comment.