Skip to content

Commit

Permalink
Fix OpenSSL in windows workflow (#198)
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 authored and billy1arm committed Sep 12, 2024
1 parent afd80e0 commit 77576a5
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 77576a5

Please sign in to comment.