mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
fic(ci): Properly include openssl 1.1 on macOS (#4345)
* set opessl@1.1 path for macos build * fix command-line problem
This commit is contained in:
parent
214b54460e
commit
a464a4eabf
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -198,7 +198,8 @@ jobs:
|
||||
- run: >-
|
||||
./configure --everything --no-prefix --omit=PDF
|
||||
--odbc-include=/usr/local/opt/unixodbc/include --odbc-lib=/usr/local/opt/unixodbc/lib
|
||||
--mysql-include=/usr/local/opt/mysql-client/include --mysql-lib=/usr/local/opt/mysql-client/lib &&
|
||||
--mysql-include=/usr/local/opt/mysql-client/include --mysql-lib=/usr/local/opt/mysql-client/lib
|
||||
--include-path="/usr/local/opt/openssl@1.1/include" --library-path="/usr/local/opt/openssl@1.1/lib" &&
|
||||
make all -s -j4
|
||||
- uses: ./.github/actions/retry-action
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user