We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22ca6f commit ac0eb1fCopy full SHA for ac0eb1f
.github/workflows/build-test.yml
@@ -63,7 +63,8 @@ jobs:
63
with:
64
update: false
65
release: false
66
- install: make gcc base-devel autotools autoconf-wrapper automake-wrapper
+ install: make gcc base-devel autotools autoconf-wrapper
67
+ location: C:\msys64\
68
- name: 'Workaround for actions/runner-images#9491'
69
if: runner.os == 'Linux'
70
run: sudo sysctl vm.mmap_rnd_bits=28
@@ -126,6 +127,7 @@ jobs:
126
127
shell: bash
128
run: |
129
set -e -x
130
+ echo $PATH
131
/usr/bin/autoreconf -i
132
./configure
133
make -j 2 || cat .depend
0 commit comments