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 3374b7e commit 28411d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
export VCPKG_ROOT=$PWD
set VCPKG_ROOT=$PWD
shell: pwsh

- name: Install OpenSSL
Expand Down

0 comments on commit 28411d5

Please sign in to comment.