mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-06 06:42:54 +02:00
fix cmake options
This commit is contained in:
parent
22484c708f
commit
3ad36c773d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/central-controller.yaml
vendored
4
.github/workflows/central-controller.yaml
vendored
|
@ -37,8 +37,8 @@ jobs:
|
|||
uses: threeal/cmake-action@v2.1.0
|
||||
with:
|
||||
options: |
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DZT1_CENTRAL_CONTROLLER=1
|
||||
CMAKE_BUILD_TYPE=Release
|
||||
ZT1_CENTRAL_CONTROLLER=1
|
||||
- name: Build
|
||||
run: cmake --build . --config Release -- -j 4
|
||||
- name: SelfTest
|
||||
|
|
Loading…
Add table
Reference in a new issue