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