Screenshots fix

This commit is contained in:
Xphalnos 2024-06-23 08:57:32 +02:00
parent cb6b21de1f
commit 7fe5f12f29
8 changed files with 16 additions and 24 deletions

View file

@ -29,13 +29,13 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
arch: win64_msvc2019_64
version: 6.7.1
version: 6.7.2
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -T ClangCL -DENABLE_QT_GUI=ON
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel

View file

@ -23,6 +23,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type