From fafa89baffeec5707636613380f685ca0fe62d94 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 16 Jan 2025 07:18:31 +0100 Subject: [PATCH] CI: Disable GIO on Windows --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d68b808e3..b66e69594 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1042,6 +1042,7 @@ jobs: -DBUILD_WERROR=ON -DARCH="${{matrix.arch}}" -DENABLE_WIN32_CONSOLE=$(test "${{matrix.buildtype}}" = "debug" && echo "ON" || echo "OFF") + -DENABLE_GIO=OFF -DENABLE_AUDIOCD=OFF -DENABLE_MTP=OFF -DENABLE_GPOD=OFF @@ -1329,6 +1330,7 @@ jobs: -DENABLE_WIN32_CONSOLE=${{env.win32_console}} -DPKG_CONFIG_EXECUTABLE="${{env.prefix_path_forwardslash}}/bin/pkg-config.exe" -DICU_ROOT="${{env.prefix_path_forwardslash}}" + -DENABLE_GIO=OFF -DENABLE_AUDIOCD=OFF -DENABLE_MTP=OFF -DENABLE_GPOD=OFF