From 14e7514cc1151c34aff4c0b3448e0d28be684ace Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 17:25:58 -0500 Subject: [PATCH] Merge jobs. --- .gitea/workflows/build.yaml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 485911c..df3a762 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,10 +11,7 @@ on: jobs: Build: name: Build - container: - image: ubuntu:22.04 - volumes: - - build-artifacts:/workspace/artifacts + runs-on: ubuntu-latest env: QT_VERSION: 6.7.3 QMAKE: ${{ github.workspace }}/${{ env.QT_VERSION }}/gcc_64/bin/qmake @@ -49,19 +46,6 @@ jobs: . "$HOME/.cargo/env" cargo b --release - - name: Copy build artifacts - run: cp -r target/ /workspace/artifacts/ - - Test: - name: Test - container: - image: ubuntu:22.04 - volumes: - - build-artifacts:/workspace/artifacts - steps: - - name: Copy build artifacts - run: cp -r /workspace/artifacts/target/ . - - name: Test libclide run: | . "$HOME/.cargo/env"