From 3470ceb13dabb16d54d4cc98d63ac964bc80eb18 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 3 Sep 2025 09:12:04 -0700 Subject: [PATCH] cmake --build args --- .github/workflows/central-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/central-controller.yaml b/.github/workflows/central-controller.yaml index 05e660a9d..da228f2be 100644 --- a/.github/workflows/central-controller.yaml +++ b/.github/workflows/central-controller.yaml @@ -49,7 +49,7 @@ jobs: source ~/miniconda3/etc/profile.d/conda.sh conda activate central_controller cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DZT1_CENTRAL_CONTROLLER=1 - cmake --build . --config Release -- -j 4 + cmake --build build/ --target all -j4 --verbose - name: SelfTest run: | ./build/zerotier-selftest \ No newline at end of file