Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use preinstalled OpenSSL for github actions windows agent #437

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

avsej
Copy link
Member

@avsej avsej commented Aug 2, 2023

I found what was the problem with openssl on windows at github actions was. They updated agent which now has openssl preinstalled. And for some reason 'choco install openssl' there now install into that preinstalled directory (i believe that choco just delegates installation process to .exe installed, which in turn discovers previous installation and tries to update it), Anyway all we need to do is to stop using 'choco install' and update cmake command line to use new location.

@avsej avsej requested review from Matt-Woz and a team August 2, 2023 09:39
@avsej avsej merged commit 1c5c106 into main Aug 2, 2023
9 of 13 checks passed
@avsej avsej deleted the fix-openssl-for-github-actions branch August 2, 2023 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants