Commit 3880438 1 parent ac0eb1f commit 3880438 Copy full SHA for 3880438
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 64
64
update : false
65
65
release : false
66
66
install : make gcc base-devel autotools autoconf-wrapper
67
- location : C:\msys64\
68
67
- name : ' Workaround for actions/runner-images#9491'
69
68
if : runner.os == 'Linux'
70
69
run : sudo sysctl vm.mmap_rnd_bits=28
@@ -121,6 +120,10 @@ jobs:
121
120
cd build
122
121
ctest -j 4 --output-on-failure -T test -C ${BUILD_TYPE:-RelWithDebInfo}
123
122
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
124
127
- name : ' Build simdzone with configure + make'
125
128
if : runner.os != 'Windows' || matrix.generator == 'MinGW Makefiles'
126
129
id : test_autoconf
You can’t perform that action at this time.
0 commit comments