From fdecd0dcaa287e9f49abe9e1693f997f722ed7cd Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Thu, 13 Apr 2023 14:24:53 +0800 Subject: [PATCH] ci: use preinstalled openssl (#31107) ci: use built-in openssl --- .github/workflows/release-artifacts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index e89cf87b1d..b8af200c1d 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -47,8 +47,7 @@ jobs: id: build shell: bash run: | - choco install openssl - export OPENSSL_DIR="C:\Program Files\OpenSSL-Win64" + export OPENSSL_DIR="C:\Program Files\OpenSSL" choco install protoc export PROTOC="C:\ProgramData\chocolatey\lib\protoc\tools\bin\protoc.exe" source /tmp/env.sh