Compare commits
2 Commits
259e4d1455
...
432bf9919c
Author | SHA1 | Date |
---|---|---|
Shaun Reed | 432bf9919c | |
Shaun Reed | 52521dc331 |
|
@ -35,7 +35,6 @@ jobs:
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
cmake -S assimp/ -B assimp/build/ -DCMAKE_INSTALL_PREFIX=../assimp && cmake --build assimp/build
|
cmake -S assimp/ -B assimp/build/ -DCMAKE_INSTALL_PREFIX=../assimp && cmake --build assimp/build
|
||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
|
@ -63,6 +62,12 @@ jobs:
|
||||||
# ./vcpkg integrate install
|
# ./vcpkg integrate install
|
||||||
# vcpkg install assimp
|
# vcpkg install assimp
|
||||||
|
|
||||||
|
- name: Install Assimp MacOS
|
||||||
|
if: matrix.os == 'macos-latest'
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
brew install assimp
|
||||||
|
|
||||||
- name: Build Qtk
|
- name: Build Qtk
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue