Skip to content

Commit

Permalink
update env in msys2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Feb 10, 2025
1 parent 24e5526 commit 8aeb2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
- name: Build using CMake
shell: msys2 {0}
run: |
export PATH="$PATH:/c/Program\ Files/Git/cmd"
export PATH="$PATH:/c/Program Files/Git/bin:/c/Program Files/Git/cmd"
/c/Program\ Files/Git/cmd/git.exe submodule sync
/c/Program\ Files/Git/cmd/git.exe submodule update --init --recursive
cmake -B build
Expand Down

0 comments on commit 8aeb2ac

Please sign in to comment.