Skip to content

Commit c728246

Browse files
committed
Correct Bash syntax
1 parent 439e927 commit c728246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ jobs:
488488
steps:
489489
- if: matrix.toolchain != 'msvc'
490490
shell: bash
491-
run: tee -a '$GITHUB_PATH" <<< 'C:\msys64\mingw64\bin'
491+
run: tee -a "$GITHUB_PATH" <<< 'C:\msys64\mingw64\bin'
492492
- name: Install LCOV
493493
if: matrix.toolchain != 'msvc'
494494
run: pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov

0 commit comments

Comments
 (0)