We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86016d3 commit 6f3f721Copy full SHA for 6f3f721
.github/workflows/test.yaml
@@ -51,9 +51,9 @@ jobs:
51
- name: Install libopus (Windows only)
52
if: runner.os == 'Windows'
53
run: |
54
- set PATH=C:\msys64\usr\bin;%PATH%
+ set "PATH=C:\msys64\usr\bin;%PATH%"
55
pacman --noconfirm -S mingw64/mingw-w64-x86_64-opus mingw64/mingw-w64-x86_64-pkg-config
56
- set GITHUB_PATH=C:\msys64\mingw64\bin;%GITHUB_PATH%
+ set "GITHUB_PATH=C:\msys64\mingw64\bin;%GITHUB_PATH%"
57
58
- name: Build the project
59
run: cabal build
0 commit comments