Skip to content

Commit

Permalink
Set path to OpenSSL for MinGW
Browse files Browse the repository at this point in the history
For some reason the path to OpenSSL cannot be detected when
configuring for MinGW in Github actions so set the path
  • Loading branch information
laudrup committed Feb 26, 2024
1 parent 1d8047e commit fe4d895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
toolset: ""
build_type: ""
generator: "MinGW Makefiles"
config_args: ""
config_args: "-DOPENSSL_ROOT_DIR=\"c:/Program Files/OpenSSL\""
name_args: ""

steps:
Expand Down

0 comments on commit fe4d895

Please sign in to comment.