From 47c49ca534bb9214ec2f291b90a2ad013d5a339d Mon Sep 17 00:00:00 2001 From: defnax <9952056+defnax@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:38:29 +0200 Subject: [PATCH] Disable webui &jsonapi --- .github/workflows/ci-mingw64-Qt6.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-mingw64-Qt6.yml b/.github/workflows/ci-mingw64-Qt6.yml index 2517bccc5..946aa912e 100644 --- a/.github/workflows/ci-mingw64-Qt6.yml +++ b/.github/workflows/ci-mingw64-Qt6.yml @@ -67,5 +67,5 @@ jobs: - name: Build run: | - qmake6 . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_jsonapi" "CONFIG+=rs_webui" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3" - mingw32-make -j3 \ No newline at end of file + qmake6 . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3" + mingw32-make -j3