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