Skip to content

Commit

Permalink
cah
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrareddyp committed Feb 16, 2024
1 parent d267619 commit 52e4099
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cli_core_e2e_windows_test_msys2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ jobs:
run: |
topLevel=$(git rev-parse --show-toplevel)
echo "Top level: $topLevel"
# Set up PATH to include Go binaries
export PATH=$PATH:/c/go/bin:$(go env GOPATH)/bin
C:/tools/msys64/usr/bin/bash -lc "cd '$topLevel' && make tools"
shell: powershell
env:
MSYS2_PATH_TYPE: inherit # This might help inheriting the PATH correctly

0 comments on commit 52e4099

Please sign in to comment.