Update Qt_Build.yml

This commit is contained in:
wheremyfoodat 2023-09-29 02:40:27 +03:00 committed by GitHub
commit f6916f0c36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |