diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-24 09:31:55 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-24 09:31:55 +0200 |
| commit | 181cea3ef0edf53577a3d94d269090822fa75f05 (patch) | |
| tree | 5e97cedd06ba60b8077571199af91f25c176762c /.github/workflows | |
| parent | 71a7f852ebdc121cae6a1407aeaea8efc78a3aa8 (diff) | |
Add Websockets module to Qt-install
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12a98ee2..01966c8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,7 @@ jobs: arch: win64_msvc2019_64 cache: true cache-key-prefix: install-qt-action + modules: 'qtwebsockets' - name: Configure MSVC (Windows) uses: ilammy/msvc-dev-cmd@v1 |
