Skip to content

Commit

Permalink
fix linux(??)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjindael committed Jul 18, 2023
1 parent 296496d commit c718ddf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,18 @@ jobs:
- uses: awalsh128/cache-apt-pkgs-action@latest
name: Install required packages
with:
version: 1.0
version: 1.1
packages: >-
git
clang
cmake
ninja-build
libboost-dev
Libogre-1.12-dev
libpugixml-dev
qt6-base-dev
libpugixml-dev
- name: Let CMake recognize Qt
run: cp /usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake /usr/lib/cmake/Qt6
- name: Install Qt
run: sudo apt-get install qt6-base-dev

- name: Generate Ninja build files
run: cmake -G Ninja -B build -DCI=ON -DCMAKE_BUILD_TYPE=${{ matrix.configuration == 'Release' && 'MinSizeRel' || matrix.configuration }} .
Expand Down

0 comments on commit c718ddf

Please sign in to comment.