Skip to content

Commit

Permalink
Include both bin dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent bc18773 commit 15534d6
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 @@ -488,7 +488,7 @@ jobs:
steps:
- if: matrix.toolchain != 'msvc'
shell: bash
run: tee -a "$GITHUB_PATH" <<< 'C:\msys64\mingw64\bin'
run: tee -a "$GITHUB_PATH" <<< ''C:\msys64\'{mingw,usr}'\bin'
- run: echo "%PATH%"
- run: echo "$PATH"
shell: bash
Expand Down

0 comments on commit 15534d6

Please sign in to comment.