mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 16:24:11 +03:00
CI: Stop using login shell for build info
I should probably avoid login shells in any step that uses a relative path.
This commit is contained in:
parent
afa3cea96a
commit
91e6457360
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: dash.exe "{0}"
|
||||
run: |
|
||||
python3 .github/workflows/system-info.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user