mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-18 00:08:54 +00:00
Update Qt_Build.yml
This commit is contained in:
parent
a63ba63637
commit
f6916f0c36
1 changed files with 6 additions and 1 deletions
7
.github/workflows/Qt_Build.yml
vendored
7
.github/workflows/Qt_Build.yml
vendored
|
@ -75,7 +75,12 @@ jobs:
|
||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
- name: Install bundle dependencies
|
- name: Install bundle dependencies
|
||||||
run: brew install dylibbundler imagemagick
|
run: |
|
||||||
|
brew install imagemagick
|
||||||
|
git clone https://github.com/Panda3DS-emu/macdylibbundler-qt
|
||||||
|
cd macdylibbundler-qt
|
||||||
|
make install
|
||||||
|
cd ..
|
||||||
|
|
||||||
- name: Run bundle script
|
- name: Run bundle script
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue