Skip to content

Commit

Permalink
Install openssl=1.1.1w-0.1 on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Nov 11, 2024
1 parent c353d40 commit 3d716f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}

- run: opam install uri
- run: opam install ssl
2 changes: 2 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/setup-ocaml/src/windows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ export async function setupCygwin() {
"make",
"mingw64-i686-gcc-core",
"mingw64-i686-gcc-g++",
"mingw64-i686-openssl=1.1.1w-0.1",
"mingw64-x86_64-gcc-core",
"mingw64-x86_64-gcc-g++",
"mingw64-x86_64-openssl=1.1.1w-0.1",
"patch",
"perl",
"rsync",
Expand Down

0 comments on commit 3d716f7

Please sign in to comment.