Skip to content

Commit 9181140

Browse files
fix: update OpenSSL chocolatey version from 3.5.4 to 3.6.1 for Windows CI
The previous version's download URL was removed from slproweb.com, causing all Windows CI jobs to fail with 404 errors. Co-Authored-By: rlamb@launchdarkly.com <kingdewman@gmail.com>
1 parent e9897d0 commit 9181140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-openssl/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
if: runner.os == 'Windows'
3333
shell: bash
3434
run: |
35-
choco install openssl --version 3.5.4 -y --no-progress
35+
choco install openssl --version 3.6.1 -y --no-progress
3636
if [ -d "C:\Program Files\OpenSSL-Win64" ]; then
3737
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_OUTPUT
3838
else

0 commit comments

Comments
 (0)