Update CI

This commit is contained in:
Shaun Reed 2022-08-14 18:25:43 -04:00
parent 3bed6d2fd3
commit 6aebf4d8b0
1 changed files with 1 additions and 13 deletions

View File

@ -15,7 +15,7 @@ jobs:
- os: ubuntu-latest
CMAKE_PARAMS: -DCMAKE_PREFIX_PATH=/home/runner/work/qtk/Qt/6.3.1/gcc_64/
- os: macos-latest
CMAKE_PARAMS: -DCMAKE_PREFIX_PATH=/home/runner/work/qtk/Qt/6.3.1/gcc_64/ -DASSIMP_NEW_INTERFACE=on
CMAKE_PARAMS: -DCMAKE_PREFIX_PATH=/home/runner/work/qtk/Qt/6.3.1/gcc_64/
runs-on: ${{ matrix.os }}
steps:
@ -26,18 +26,6 @@ jobs:
with:
version: '6.3.1'
- name: Install Assimp Linux
if: matrix.os == 'ubuntu-latest'
shell: bash
run: |
sudo apt install libassimp-dev -y
- name: Install Assimp MacOS
if: matrix.os == 'macos-latest'
shell: bash
run: |
brew install assimp
- name: Build Qtk
shell: bash
run: |