diff --git a/.github/workflows/Qt_Build.yml b/.github/workflows/Qt_Build.yml index c8ab73cd..5f4bb3a6 100644 --- a/.github/workflows/Qt_Build.yml +++ b/.github/workflows/Qt_Build.yml @@ -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: |