Skip to content

Commit ef876e8

Browse files
authored
Merge pull request #892 from ocaml/openssl-1.1.1w-0.1
Install openssl=1.1.1w-0.1 on Windows
2 parents c353d40 + 3d716f7 commit ef876e8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
ocaml-compiler: ${{ matrix.ocaml-compiler }}
7676
allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}
7777

78-
- run: opam install uri
78+
- run: opam install ssl

dist/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/setup-ocaml/src/windows.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,10 @@ export async function setupCygwin() {
9595
"make",
9696
"mingw64-i686-gcc-core",
9797
"mingw64-i686-gcc-g++",
98+
"mingw64-i686-openssl=1.1.1w-0.1",
9899
"mingw64-x86_64-gcc-core",
99100
"mingw64-x86_64-gcc-g++",
101+
"mingw64-x86_64-openssl=1.1.1w-0.1",
100102
"patch",
101103
"perl",
102104
"rsync",

0 commit comments

Comments
 (0)