fix required packages in ci

This commit is contained in:
rjindael 2023-07-17 17:59:07 -07:00
parent f84cf0b2fd
commit 202a3aaf3f
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 2 additions and 2 deletions

View File

@ -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 }} .