From 422f378ad79b320b5c48dbaca24640735c94ffb0 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Tue, 29 Apr 2025 16:05:34 -0400 Subject: [PATCH] chore: Fix windows build --- .github/actions/install-openssl/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-openssl/action.yml b/.github/actions/install-openssl/action.yml index 6020cbcb5..662ac35e6 100644 --- a/.github/actions/install-openssl/action.yml +++ b/.github/actions/install-openssl/action.yml @@ -32,7 +32,7 @@ runs: if: runner.os == 'Windows' shell: bash run: | - choco install openssl --version 3.4.0 -y --no-progress + choco install openssl --version 3.4.1 -y --no-progress if [ -d "C:\Program Files\OpenSSL-Win64" ]; then echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_OUTPUT else