From 886a32a9e2128e968240f78f6c378ffd9ce03519 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 15:42:55 -0500 Subject: [PATCH] Set QMAKE. --- .gitea/workflows/build.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index db5b336..6ef563b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,6 +12,8 @@ jobs: Build: name: Build runs-on: ubuntu-latest + env: + QT_VERSION: 6.7.3 steps: - name: Install Rust run: | @@ -33,14 +35,10 @@ jobs: - name: Install Qt run: | - aqt install-qt linux desktop 6.7.3 linux_gcc_64 - - # - name: Install Qt - # uses: jurplel/install-qt-action@v4 - # with: - # version: '6.7.3' + aqt install-qt linux desktop $QT_VERSION linux_gcc_64 - name: Build clide + env: + QMAKE: ${{ github.workspace }}/$QT_VERSION/gcc_64/bin/qmake run: | - cd clide cargo b