This commit is contained in:
rjindael 2023-07-17 23:25:19 -07:00
parent 8e10515692
commit 2fce755708
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 1 additions and 9 deletions

View File

@ -17,15 +17,7 @@ jobs:
submodules: recursive
- name: Install required packages
run: sudo apt-get update && sudo apt-get install -y \
git \
clang \
cmake \
ninja-build \
libboost-dev \
libogre-1.12-dev \
libpugixml-dev \
qt6-base-dev
run: sudo apt-get update && sudo apt-get install -y git clang cmake ninja-build libboost-dev libogre-1.12-dev libpugixml-dev qt6-base-dev
- name: Generate Ninja build files
run: cmake -G Ninja -B build -D CI -D CMAKE_BUILD_TYPE=${{ matrix.configuration == 'Release' && 'MinSizeRel' || matrix.configuration }} .