From 63cbfb36811d67a1f410ef27704d0a0043daf529 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 23 Dec 2023 20:05:20 +0100 Subject: [PATCH] just php --- .gitea/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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