diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2026-01-03 14:49:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 14:49:24 +0100 |
| commit | d5bd9603c6ce4117cf98508616c72b702a760440 (patch) | |
| tree | 0eb36b7970e9cdaa8816805d9694ecbd15f15284 /.github | |
| parent | cc78137eb526cb78c57ba2b7998bca270085f7ef (diff) | |
Add missing Qt dependencies in CI. (#2317)
Diffstat (limited to '.github')
| -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 68f649e2..46655d45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: id: build-modorganizer uses: ModOrganizer2/build-with-mob-action@master with: - qt-modules: qtpositioning qtwebchannel qtwebengine qtwebsockets + qt-modules: qtpositioning qtwebchannel qtwebengine qtwebsockets qtnetworkauth mo2-dependencies: usvfs uibase bsatk esptk archive lootcli - name: Install ModOrganizer |
