AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

This commit is contained in:
wheremyfoodat 2023-09-28 01:24:52 +03:00
commit ce99ef06d7

View file

@ -59,6 +59,9 @@ jobs:
vulkan-use-cache: true vulkan-use-cache: true
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang
- name: Install qt
run: brew install qt
- name: Configure CMake - name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_USER_BUILD=ON -DENABLE_QT_GUI=ON run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_USER_BUILD=ON -DENABLE_QT_GUI=ON
@ -66,7 +69,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Install bundle dependencies - name: Install bundle dependencies
run: brew install dylibbundler imagemagick qt run: brew install dylibbundler imagemagick
- name: Run bundle script - name: Run bundle script
run: ./.github/mac-bundle.sh run: ./.github/mac-bundle.sh