From 7c23c9dba7dcefc64b43d1a2ee076d6610ce0331 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Mon, 25 Dec 2023 20:28:44 +0800 Subject: [PATCH] ci: fix option on uci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cdc838..33975ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Run unit tests run: | - cmake -S . -B build -DUA2F_BUILD_TESTS=ON -DUA2F_USE_UCI=OFF + cmake -S . -B build -DUA2F_BUILD_TESTS=ON -DUA2F_ENABLE_UCI=OFF cmake --build build ./build/ua2f_test