We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3880438 commit 188e237Copy full SHA for 188e237
.github/workflows/build-test.yml
@@ -123,7 +123,7 @@ jobs:
123
- name: Put MSYS2_MinGW64 on PATH
124
if: runner.os == 'Windows' && matrix.generator == 'MinGW Makefiles'
125
# there is not yet an environment variable for this path from msys2/setup-msys2
126
- run: echo "${{ runner.temp }}/msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+ run: echo "${{ runner.temp }}/msys64/usr/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
127
- name: 'Build simdzone with configure + make'
128
if: runner.os != 'Windows' || matrix.generator == 'MinGW Makefiles'
129
id: test_autoconf
0 commit comments