Skip to content

Commit

Permalink
Unrwap syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 15534d6 commit 27e75ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,9 @@ jobs:
steps:
- if: matrix.toolchain != 'msvc'
shell: bash
run: tee -a "$GITHUB_PATH" <<< ''C:\msys64\'{mingw,usr}'\bin'
run: |
tee -a "$GITHUB_PATH" <<< ''C:\msys64\usr\bin'
tee -a "$GITHUB_PATH" <<< ''C:\msys64\mingw\bin'
- run: echo "%PATH%"
- run: echo "$PATH"
shell: bash
Expand Down

0 comments on commit 27e75ab

Please sign in to comment.