Skip to content

Commit 7dbcb32

Browse files
Update cygwin/cygwin-install-action action to v6 (#9108)
Co-authored-by: Andrew Murray <[email protected]>
1 parent ec6d5ef commit 7dbcb32

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-cygwin.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
persist-credentials: false
5353

5454
- name: Install Cygwin
55-
uses: cygwin/cygwin-install-action@v5
55+
uses: cygwin/cygwin-install-action@v6
5656
with:
5757
packages: >
5858
gcc-g++
@@ -89,10 +89,6 @@ jobs:
8989
with:
9090
dirs: 'C:\cygwin\bin;C:\cygwin\lib\lapack'
9191

92-
- name: Select Python version
93-
run: |
94-
ln -sf c:/cygwin/bin/python3.${{ matrix.python-minor-version }} c:/cygwin/bin/python3
95-
9692
- name: pip cache
9793
uses: actions/cache@v4
9894
with:

0 commit comments

Comments
 (0)