Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Aug 15, 2023
1 parent 920cffa commit f57d042
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v3

- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
cache: true
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest
- name: Run CMake
run: cmake -S . -B build
- name: Build
run: cmake --build build

- name: Configure & Build
uses: lukka/run-cmake@v10



Expand Down

0 comments on commit f57d042

Please sign in to comment.