Skip to content

Commit 52e4099

Browse files
committed
cah
1 parent d267619 commit 52e4099

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cli_core_e2e_windows_test_msys2.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@ jobs:
6767
run: |
6868
topLevel=$(git rev-parse --show-toplevel)
6969
echo "Top level: $topLevel"
70+
71+
# Set up PATH to include Go binaries
72+
export PATH=$PATH:/c/go/bin:$(go env GOPATH)/bin
7073
7174
C:/tools/msys64/usr/bin/bash -lc "cd '$topLevel' && make tools"
7275
shell: powershell
76+
env:
77+
MSYS2_PATH_TYPE: inherit # This might help inheriting the PATH correctly
7378

0 commit comments

Comments
 (0)