From 1502d6e3d2737944f337d0702a335cd4d1a6d28a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 25 May 2025 18:16:19 +1200 Subject: [PATCH] Fix test.yaml --- .gitea/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3cbad4d..1b782e1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,6 +12,10 @@ jobs: sudo apt-get install -y openssh-server - name: Check out repository code uses: actions/checkout@v4 + - name: Install build dependencies + run: | + cd ${{ gitea.workspace }}/source + ./install_build_prerequisites.sh - name: Build run: | cd ${{ gitea.workspace }}/source