From 41a4dc2fa2d1ad190430eaf6940d8a5b6fc591a3 Mon Sep 17 00:00:00 2001 From: Dmitriy Karpushin Date: Tue, 27 Dec 2022 20:00:45 +0300 Subject: [PATCH] GitHub Actions fix --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 187150da..7f61d4f1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -242,7 +242,7 @@ jobs: host: 'linux' target: 'desktop' arch: 'gcc_64' - modules: 'qtremoteobjects qt5compat' + modules: 'qtremoteobjects qt5compat qtimageformats qtshadertools' dir: ${{ runner.temp }} setup-python: 'true' set-env: 'true'