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 00340fd commit 0d8da78Copy full SHA for 0d8da78
.github/workflows/build.yaml
@@ -63,9 +63,9 @@ jobs:
63
echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
64
shell: pwsh
65
66
- - name: Debug PATH
67
- run: |
68
- Get-ChildItem -Path "C:\msys64" -Recurse -Directory | Select-String "mingw"
+ - name: Debug PATH
+ run: |
+ Get-ChildItem -Path "C:\msys64" -Recurse -Directory | Select-String "mingw"
69
70
- name: Build for ${{ matrix.target }}
71
shell: msys2 {0}
0 commit comments