From 898f13c46c15d65d5f0773f1c2d74a190a106d23 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Thu, 28 Sep 2023 01:21:10 +0300 Subject: [PATCH] Install Qt for MacOS CI --- .github/workflows/Qt_Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Qt_Build.yml b/.github/workflows/Qt_Build.yml index 9b0d64bf..7f04cd43 100644 --- a/.github/workflows/Qt_Build.yml +++ b/.github/workflows/Qt_Build.yml @@ -66,7 +66,7 @@ jobs: run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - name: Install bundle dependencies - run: brew install dylibbundler imagemagick + run: brew install dylibbundler imagemagick qt - name: Run bundle script run: ./.github/mac-bundle.sh