Skip to content

Commit 27e75ab

Browse files
committed
Unrwap syntax
1 parent 15534d6 commit 27e75ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,9 @@ jobs:
488488
steps:
489489
- if: matrix.toolchain != 'msvc'
490490
shell: bash
491-
run: tee -a "$GITHUB_PATH" <<< ''C:\msys64\'{mingw,usr}'\bin'
491+
run: |
492+
tee -a "$GITHUB_PATH" <<< ''C:\msys64\usr\bin'
493+
tee -a "$GITHUB_PATH" <<< ''C:\msys64\mingw\bin'
492494
- run: echo "%PATH%"
493495
- run: echo "$PATH"
494496
shell: bash

0 commit comments

Comments
 (0)