Pass Cygwin setup location to CI setup.
(instead of hard coding it, wrongly).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user