Skip to content

Commit 188e237

Browse files
committed
and this
1 parent 3880438 commit 188e237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Put MSYS2_MinGW64 on PATH
124124
if: runner.os == 'Windows' && matrix.generator == 'MinGW Makefiles'
125125
# 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
126+
run: echo "${{ runner.temp }}/msys64/usr/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
127127
- name: 'Build simdzone with configure + make'
128128
if: runner.os != 'Windows' || matrix.generator == 'MinGW Makefiles'
129129
id: test_autoconf

0 commit comments

Comments
 (0)