Don't download unnecessary DLLs (#341)

This commit is contained in:
Xphalnos 2024-07-30 21:41:31 +02:00 committed by GitHub
parent 361271826e
commit b3525d7f79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 16 deletions

View file

@ -28,8 +28,9 @@ jobs:
- name: Setup Qt
uses: jurplel/install-qt-action@v4
with:
arch: win64_msvc2019_64
version: 6.7.2
arch: win64_msvc2019_64
archives: qtsvg qtbase
- 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.