We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d267619 commit 52e4099Copy full SHA for 52e4099
1 file changed
.github/workflows/cli_core_e2e_windows_test_msys2.yaml
@@ -67,7 +67,12 @@ jobs:
67
run: |
68
topLevel=$(git rev-parse --show-toplevel)
69
echo "Top level: $topLevel"
70
+
71
+ # Set up PATH to include Go binaries
72
+ export PATH=$PATH:/c/go/bin:$(go env GOPATH)/bin
73
74
C:/tools/msys64/usr/bin/bash -lc "cd '$topLevel' && make tools"
75
shell: powershell
76
+ env:
77
+ MSYS2_PATH_TYPE: inherit # This might help inheriting the PATH correctly
78
0 commit comments