mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
FIX, CI: Change shell to stay in repository.
This commit is contained in:
parent
46c1f9389e
commit
9fb79513a2
2
.github/workflows/test-cygwin.yml
vendored
2
.github/workflows/test-cygwin.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
${{ runner.os }}-cygwin-${{ matrix.architecture }}-pip3.${{ matrix.python-minor-version }}-
|
||||
|
||||
- name: Build system information
|
||||
shell: dash.exe -l "{0}"
|
||||
shell: bash.exe --login -eo pipefail "{0}"
|
||||
run: |
|
||||
python3 .github/workflows/system-info.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user