Skip to content

Commit c519648

Browse files
committed
bump IO::Socket::SSL specifically for win tests
1 parent 4c7f0c8 commit c519648

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dzil-build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ jobs:
168168
with:
169169
name: build_dir
170170
path: .
171+
- name: install IO::Socket::SSL > 2.024 # Windows tests fail with 2.024, so we are getting the ...
172+
run: cpm install -g IO::Socket::[email protected] # ... latest version available at the time of writing
171173
- name: install deps using cpm
172174
uses: perl-actions/install-with-cpm@v1
173175
with:

0 commit comments

Comments
 (0)