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 0884763 commit 51aaca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create release executables
on:
push:
tags:
- '*'
- "*"

env:
cmake_configure_args: -D WARNINGS_AS_ERRORS_FOR_COOLLAB=ON -D COOLLAB_REQUIRE_ALL_FEATURES=ON
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

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

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

0 comments on commit 51aaca0

Please sign in to comment.