From cf33eaf462897afda8bcb517bf9efa4ebadf55c2 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Wed, 4 Oct 2023 16:50:53 -0400 Subject: [PATCH] Stop packaging artifacts on windows needlessly --- .github/workflows/cmake.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 361d9c8be..15be4ff76 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -62,11 +62,12 @@ jobs: static: on - name: Qt GUI qt: on - static: off + static: on slug: -Qt packages: >- - qt5-base:p - qt5-tools:p + qt5-static:p +# qt5-base:p +# qt5-tools:p environment: # - msystem: MSYS # toolchain: ./cmake/flags-gcc-x86_64.cmake