From 419fd14fc6ae339e11fd61f04f80f8d1fac14f23 Mon Sep 17 00:00:00 2001 From: Skittles Date: Sat, 2 May 2026 10:51:53 -0700 Subject: [PATCH] Wait I don't need it --- .gitea/workflows/build.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 54e60e5..5fe700c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,13 +9,6 @@ jobs: os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - name: Install Qt - uses: jurplel/install-qt-action@v4 - with: - version: '6.10.2' - cache: 'false' - cache-key-prefix: 'install-qt-action' - dir: ${{ gitea.workspace }} - uses: actions/checkout@v6 - name: Build