From 0972c44db78c9066249e783939891589601fe44f Mon Sep 17 00:00:00 2001 From: VojtaB Date: Sun, 12 Jan 2025 22:19:31 +0100 Subject: [PATCH] ci tools instalation fix --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3dd53e5..bc51a75 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,6 +37,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Install tools + run: phive install --trust-gpg-keys E82B2FB314E9906E,4AA394086372C20A + - name: Install dependencies run: composer update --no-interaction --with simple-as-fuck/php-validator:^0.6.0