Update Qt_Build.yml

This commit is contained in:
wheremyfoodat 2023-09-29 00:40:24 +03:00 committed by GitHub
parent 7875d40ff4
commit 65532b9d02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ jobs:
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang
- name: Install qt
run: which macdeployqt
run: brew install qt && which macdeployqt
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_USER_BUILD=ON -DENABLE_QT_GUI=ON