From a8ab29f1df064c5ab6899d5b7117e0f33abc5d2b Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Wed, 17 May 2023 15:11:48 -0500 Subject: [PATCH] Update ubuntu-latest.yml --- .github/workflows/ubuntu-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-latest.yml b/.github/workflows/ubuntu-latest.yml index 64dbb1b..1ea8eb8 100644 --- a/.github/workflows/ubuntu-latest.yml +++ b/.github/workflows/ubuntu-latest.yml @@ -27,7 +27,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: 6.2.* + version: 6 install-deps: 'true' modules: 'qtcharts'