Skip to content

Commit

Permalink
Use the correct quotes for Windows cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent f280868 commit 4f29eca
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 @@ -525,7 +525,7 @@ jobs:
if: matrix.toolchain != 'msvc'
run: |
C:\msys64\usr\bin\pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
echo 'C:\msys64\mingw64\bin' >> "%GITHUB_PATH%"
echo "C:\msys64\mingw64\bin" >> "%GITHUB_PATH%"
- run: dir C:\msys64\ /s
- name: Configure cross-compilation
if: matrix.arch == 'arm64'
Expand Down

0 comments on commit 4f29eca

Please sign in to comment.