Skip to content

Commit 9ce0925

Browse files
committed
WIP
1 parent 02820a1 commit 9ce0925

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242

4343
- name: Update Openssh
4444
if: runner.os == 'Windows'
45-
run: setup-x86_64 -x libssl1
45+
run: |
46+
setup-x86_64 -v -x libssl1
47+
setup-x86_64 -v -package "libssl-devel,libssl3"
4648
4749
- run: opam pin add ocsigen-start.7.0.0 . --no-action
4850

0 commit comments

Comments
 (0)