mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
FIX: Fix syntax for shell call
This commit is contained in:
parent
ed0c37d528
commit
41976ae125
2
.github/workflows/test-cygwin.yml
vendored
2
.github/workflows/test-cygwin.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
- name: Build system information
|
||||
run: |
|
||||
dash.exe "python3 .github/workflows/system-info.py"
|
||||
dash.exe -c "python3 .github/workflows/system-info.py"
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user