Skip to content

Commit 3880438

Browse files
committed
try this
1 parent ac0eb1f commit 3880438

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
update: false
6565
release: false
6666
install: make gcc base-devel autotools autoconf-wrapper
67-
location: C:\msys64\
6867
- name: 'Workaround for actions/runner-images#9491'
6968
if: runner.os == 'Linux'
7069
run: sudo sysctl vm.mmap_rnd_bits=28
@@ -121,6 +120,10 @@ jobs:
121120
cd build
122121
ctest -j 4 --output-on-failure -T test -C ${BUILD_TYPE:-RelWithDebInfo}
123122
ZONE_KERNEL=fallback ctest -j 4 --output-on-failure -T test -C ${BUILD_TYPE:-RelWithDebInfo}
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
124127
- name: 'Build simdzone with configure + make'
125128
if: runner.os != 'Windows' || matrix.generator == 'MinGW Makefiles'
126129
id: test_autoconf

0 commit comments

Comments
 (0)