Update deploy.yml

This commit is contained in:
Alex Spataru 2024-11-18 19:43:50 -05:00 committed by GitHub
parent 3fbf5c5c51
commit 6a1cfbdf6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -333,7 +333,7 @@ jobs:
version: ${{env.QT_VERSION_WINDOWS}}
modules: ${{env.QT_MODULES}}
cache: 'true'
arch: win64_msvc2022_64
arch: win64_llvm_mingw
- name: '⚙️ Install CMake'
uses: lukka/get-cmake@latest
@ -344,7 +344,8 @@ jobs:
run: |
mkdir build
cd build
cmake ../ -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -DCMAKE_BUILD_TYPE=Release
cmake ../ -DCMAKE_BUILD_TYPE=Release
#cmake ../ -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -DCMAKE_BUILD_TYPE=Release
- name: '🚧 Build application'
run: |