diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-24 09:54:49 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-24 09:54:49 +0200 |
| commit | a1191b7c08023569bf5297caad56897324a59047 (patch) | |
| tree | 939d605a3562e9a9f0af9f23b561a5ef8068e0ed /.github/workflows | |
| parent | 4a705914778096b326d902d7c8caa8409e689c31 (diff) | |
Install imageformats moudule
Kind of important.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 454da181..cbf9430f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: arch: win64_msvc2019_64 cache: true cache-key-prefix: install-qt-action - modules: 'qtwebsockets' + modules: 'qtimageformats qtwebsockets' - name: Configure MSVC (Windows) uses: ilammy/msvc-dev-cmd@v1 |
