Pass Cygwin setup location to CI setup.

(instead of hard coding it, wrongly).
This commit is contained in:
Darren Tucker
2025-05-10 08:11:50 +10:00
parent 82f1f52c55
commit d5cbac2364
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -121,11 +121,14 @@ jobs:
if: ${{ startsWith(matrix.target, 'windows') }}
run: git config --global core.autocrlf input
- name: install cygwin
id: cygwin_install
if: ${{ startsWith(matrix.target, 'windows') }}
uses: cygwin/cygwin-install-action@master
- uses: actions/checkout@main
- name: setup CI system
run: sh ./.github/setup_ci.sh ${{ matrix.config }}
env:
CYGWIN_SETUP: ${{ steps.cygwin_install.outputs.setup }}
- name: autoreconf
run: sh -c autoreconf
- name: configure