From 202a3aaf3feabaeb7ce20a8f763dbd23ab547c1f Mon Sep 17 00:00:00 2001 From: rjindael Date: Mon, 17 Jul 2023 17:59:07 -0700 Subject: [PATCH] fix required packages in ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b25034..420c980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ jobs: mingw-w64-x86_64-ninja mingw-w64-x86_64-boost mingw-w64-x86_64-pugixml - mingw-w64-x86_64-ogre - mingw-w64-x86_64-qt + mingw-w64-x86_64-ogre3d + mingw-w64-x86_64-qt6 - name: Generate CMake build files run: cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=${{ matrix.configuration == 'Release' && 'MinSizeRel' || matrix.configuration }} .