Skip to content

Commit

Permalink
Fix OpenSSL in windows workflow
Browse files Browse the repository at this point in the history
Ensure choco always installs the latest version of OpenSSL, as previous versions may not always be available for download.
  • Loading branch information
PargeLenis committed Sep 7, 2024
1 parent 07fbab5 commit bf2ef74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core_windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sdk-version: 22621

- name: Install OpenSSL
run: choco install --no-progress openssl --version=3.3.1
run: choco install --no-progress openssl

- name: Checkout Submodules
shell: bash
Expand Down

0 comments on commit bf2ef74

Please sign in to comment.