Skip to content

Commit

Permalink
add required linux libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rjindael committed Jul 18, 2023
1 parent c718ddf commit 65d151e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,10 @@ jobs:
with:
version: 1.1
packages: >-
git
clang
cmake
ninja-build
libboost-dev
Libogre-1.12-dev
libpugixml-dev
- name: Install Qt
run: sudo apt-get install qt6-base-dev
- name: Install required packages
run: sudo apt-get update && sudo apt-get install -y clang cmake ninja-build libboost-dev libogre-1.12-dev libpugixml-dev libglx-dev qt6-base-dev qt6-3d-dev libqt6gui6 libqt6core6 libqt6openglwidgets6 libqt6opengl6-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 65d151e

Please sign in to comment.