mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-17 07:48:55 +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}}
|
||||
|
||||
- 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
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue