diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index 730f5c3ab0a..13755d7ed8e 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -206,7 +206,7 @@ jobs: - name: Update OpenSSL environment variables run: | # Update the environment - "OPENSSL64_ROOT=$Env:ProgramW6432\OpenSSL" | Out-File $Env:GITHUB_ENV -Append -Encoding OEM + "OPENSSL64_ROOT=$Env:ProgramW6432\OpenSSL-Win64" | Out-File $Env:GITHUB_ENV -Append -Encoding OEM - name: Update known hosts file for DNS resolver testing if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') }} diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index c8a0c81cafe..eb2fa7a4b21 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -23,10 +23,9 @@ on: push: branches: - 'master' + - '2.11.x' - '2.10.x' - - '2.9.x' - '2.6.x' - - '2.1.x' paths-ignore: - '**.md' - '**.txt'