From f6916f0c366283830ad711c7902512d303d84cdb Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Fri, 29 Sep 2023 02:40:27 +0300 Subject: [PATCH] Update Qt_Build.yml --- .github/workflows/Qt_Build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: |