Skip to content

Commit ac0eb1f

Browse files
committed
alternate location
1 parent a22ca6f commit ac0eb1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
with:
6464
update: false
6565
release: false
66-
install: make gcc base-devel autotools autoconf-wrapper automake-wrapper
66+
install: make gcc base-devel autotools autoconf-wrapper
67+
location: C:\msys64\
6768
- name: 'Workaround for actions/runner-images#9491'
6869
if: runner.os == 'Linux'
6970
run: sudo sysctl vm.mmap_rnd_bits=28
@@ -126,6 +127,7 @@ jobs:
126127
shell: bash
127128
run: |
128129
set -e -x
130+
echo $PATH
129131
/usr/bin/autoreconf -i
130132
./configure
131133
make -j 2 || cat .depend

0 commit comments

Comments
 (0)