]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Ensure gotip bin is used for go
authorMatt Joiner <anacrolix@gmail.com>
Mon, 7 Feb 2022 05:29:34 +0000 (16:29 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 7 Feb 2022 05:29:34 +0000 (16:29 +1100)
.github/workflows/go.yml

index c124f87d4ede8b7beca4d02c623d660e367259bc..a40c1e198a8ca56687c5328812185970022e3c5a 100644 (file)
@@ -27,8 +27,9 @@ jobs:
         cd "$HOME/gotip/src"
         ./make.bash
         echo "GOROOT=$HOME/gotip" >> "$GITHUB_ENV"
-        echo "$HOME/gotip/bin:$PATH" >> "$GITHUB_PATH"
         echo "$(go env GOPATH)/bin:$PATH" >> "$GITHUB_PATH"
+        echo "$HOME/gotip/bin:$PATH" >> "$GITHUB_PATH"
+        env
 
     - name: Test
       run: go test -race -count 2 ./...