diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index fad30d0..993e6fb 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -6,9 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: All tools we need - run: apt update && apt install -y - - name: Checkout - uses: actions/checkout@v4 + run: apt update && apt install -y php - name: run test run: | find /etc/php7.4