Skip to content

Commit

Permalink
Fix OpenSSL path on Windows CI (#3876)
Browse files Browse the repository at this point in the history
* Refs #19578. Run workflow for currently supported branches.

Signed-off-by: Miguel Company <[email protected]>

* Refs #19578. Fix path to OpenSSL

Signed-off-by: Miguel Company <[email protected]>

---------

Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Sep 27, 2023
1 parent 4204d41 commit 9ee22d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9ee22d9

Please sign in to comment.