From e030486b96aba692db142fab8fb96e13c8c41831 Mon Sep 17 00:00:00 2001 From: Keshav Bhatt Date: Sat, 25 May 2024 23:29:58 +0530 Subject: [PATCH] chore: CI Update Qt version to 5.15.4 for build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 727070b..4a4f3dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - QT_VERSION: '5.15.2' + QT_VERSION: '5.15.4' jobs: Linux-Build: