We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6193a commit 4162cedCopy full SHA for 4162ced
.github/workflows/cygwin-test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install Cygwin
31
uses: cygwin/cygwin-install-action@v5
32
with:
33
- packages: git python39 python39-pip python-pip-wheel
+ packages: git python39 python-pip-wheel
34
add-to-path: false # No need to change $PATH outside the Cygwin environment.
35
36
- name: Arrange for verbose output
0 commit comments