Format and fix tidy CI

This commit is contained in:
2022-11-20 10:00:30 -05:00
parent 606d6486f4
commit 79a5919df9
3 changed files with 23 additions and 8 deletions

View File

@@ -11,6 +11,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: '6.3.1'
- name: Install Assimp Ubuntu
run: sudo apt install libassimp-dev
- name: Build Qtk
run: |
cmake -B build && cmake --build build