CI: Cygwin: drop full path to bash

cygwin-install-action adds cygwin's /usr/bin to PATH by default, so this
isn't needed.
This commit is contained in:
Jon Turney
2026-03-09 19:24:35 +00:00
committed by Paolo Bonzini
parent 540322e87c
commit f3dbb02c48

View File

@@ -89,7 +89,7 @@ jobs:
run: |
export PATH=/usr/bin:/usr/local/bin:$(cygpath ${SYSTEMROOT})/system32
python3 -m pip --disable-pip-version-check install gcovr fastjsonschema pefile pytest pytest-subtests pytest-xdist
shell: D:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}'
shell: bash --noprofile --norc -o igncr -eo pipefail '{0}'
- uses: actions/cache/save@v4
with:
@@ -105,7 +105,7 @@ jobs:
# Cygwin's static boost installation is broken (some static library
# variants such as boost_thread are not present)
SKIP_STATIC_BOOST: 1
shell: D:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}'
shell: bash --noprofile --norc -o igncr -eo pipefail '{0}'
- uses: actions/upload-artifact@v4
with: