From 0c58b6c436ff9619428d0c1877600c145f4afced Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 15:38:05 -0500 Subject: [PATCH] Update arch. --- .gitea/workflows/build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5cb39e6..db5b336 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -30,7 +30,10 @@ jobs: - name: Install aqtinstall run: | python3 -m pip install aqtinstall - aqt install-qt linux desktop 6.7.3 gcc_64 + + - name: Install Qt + run: | + aqt install-qt linux desktop 6.7.3 linux_gcc_64 # - name: Install Qt # uses: jurplel/install-qt-action@v4