diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 51aed22..26422cf 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -12,7 +12,6 @@ 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