diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 26422cf..51aed22 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -12,6 +12,7 @@ jobs: uses: actions/checkout@v4 - name: install run: | + sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile make install sh maketestenv.sh - name: Run tests