Skip to content

Commit

Permalink
Remove erroneous quote
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 27e75ab commit d8e9ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ jobs:
- if: matrix.toolchain != 'msvc'
shell: bash
run: |
tee -a "$GITHUB_PATH" <<< ''C:\msys64\usr\bin'
tee -a "$GITHUB_PATH" <<< ''C:\msys64\mingw\bin'
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 d8e9ee4

Please sign in to comment.