From 18c53acd719800c4af6a6213bb068904985765a5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Jun 2025 23:16:42 +1200 Subject: [PATCH] 'Generic Commit' --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1b782e1..c50395a 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -14,14 +14,14 @@ jobs: uses: actions/checkout@v4 - name: Install build dependencies run: | - cd ${{ gitea.workspace }}/source + cd source ./install_build_prerequisites.sh - name: Build run: | - cd ${{ gitea.workspace }}/source + cd source ./multibuild.sh - name: Test run: | - cd ${{ gitea.workspace }}/source/output + cd source/output ./dropshell_x86_64 list ./dropshell_x86_64 help