Compare commits

..

2 Commits

Author SHA1 Message Date
Shaun Reed 259e4d1455 Windows CI 2022-08-03 23:38:14 -04:00
Shaun Reed de87d1c40d WIP 2022-08-03 00:31:56 -04:00
1 changed files with 23 additions and 28 deletions

View File

@ -35,6 +35,7 @@ jobs:
pwd
ls
cmake -S assimp/ -B assimp/build/ -DCMAKE_INSTALL_PREFIX=../assimp && cmake --build assimp/build
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
@ -62,12 +63,6 @@ jobs:
# ./vcpkg integrate install
# vcpkg install assimp
- name: Install Assimp MacOS
if: matrix.os == 'macos-latest'
shell: bash
run: |
brew install assimp
- name: Build Qtk
shell: bash
run: |