Skip to content

Commit f08b0dc

Browse files
simbabqueoalders
authored andcommitted
bump IO::Socket::SSL specifically for win tests
1 parent fe98bbe commit f08b0dc

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)