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 b59319c commit 854f432Copy full SHA for 854f432
.github/workflows/build.yaml
@@ -63,8 +63,8 @@ jobs:
63
64
- name: Add MinGW to PATH
65
run: |
66
- echo "C:\msys64\mingw32\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
67
- echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+ echo "C:\\msys64\\mingw32\\bin" >> $env:GITHUB_PATH
+ echo "C:\\msys64\\mingw64\\bin" >> $env:GITHUB_PATH
68
shell: pwsh
69
70
- name: Build for ${{ matrix.target }}
0 commit comments