mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-16 03:34:56 +02:00
.github/workflows/CI.yml: Change cmake ENABLE_TESTING variable to BUILD_TESTING
This commit is contained in:
parent
6b0d1aa459
commit
07bee1e9e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
if [ "$RUNNER_OS" == "macOS" ]; then
|
||||
SSL_OPTS="-D OPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1"
|
||||
fi
|
||||
cmake -DENABLE_TESTING=ON ${SSL_OPTS} -B build
|
||||
cmake -DBUILD_TESTING=ON ${SSL_OPTS} -B build
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue