mirror of
https://github.com/mesonbuild/meson.git
synced 2026-06-30 19:57:45 +00:00
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:
committed by
Paolo Bonzini
parent
540322e87c
commit
f3dbb02c48
4
.github/workflows/cygwin.yml
vendored
4
.github/workflows/cygwin.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user