mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-06 14:52: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
|
uses: threeal/cmake-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
options: |
|
options: |
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
CMAKE_BUILD_TYPE=Release
|
||||||
-DZT1_CENTRAL_CONTROLLER=1
|
ZT1_CENTRAL_CONTROLLER=1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build . --config Release -- -j 4
|
run: cmake --build . --config Release -- -j 4
|
||||||
- name: SelfTest
|
- name: SelfTest
|
||||||
|
|
Loading…
Add table
Reference in a new issue