Skip to content

Commit

Permalink
🔨 [CI][create_release_executables] Try to make OpenSSL link staticall…
Browse files Browse the repository at this point in the history
…y on Windows
  • Loading branch information
JulesFouchy committed Jan 17, 2024
1 parent d450b72 commit 566f0dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
if: runner.os == 'Windows'
uses: ilammy/[email protected]

- name: Install Windows dependencies
if: runner.os == 'Windows'
run: choco install openssl

- name: Install Linux dependencies
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 566f0dc

Please sign in to comment.