Skip to content

Commit

Permalink
Switch to ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Borup Petersen committed Jan 5, 2025
1 parent d377b2e commit 411284a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
libxcb-xinerama0 libxcb-composite0 libxcb-cursor0 libxcb-damage0 \
libxcb-dpms0 libxcb-dri2-0 libxcb-dri3-0 libxcb-ewmh2 libxcb-glx0 \
libxcb-present0 libxcb-randr0 libxcb-record0 libxcb-render0 libxcb-res0 \
libxcb-screensaver0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 libegl1
libxcb-screensaver0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 libegl1 \
ninja-build
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand All @@ -53,8 +54,8 @@ jobs:
run: |
echo "--------------------------------------------------------------"
echo "building desktop"
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} .
make -j $(nproc)
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} . -GNinja
ninja
- name: package artifacts
run: |
Expand Down

0 comments on commit 411284a

Please sign in to comment.