From 6d723948953f473bcb7811713f77b70b7c636cd0 Mon Sep 17 00:00:00 2001 From: "Oliver G. Mueller" Date: Tue, 19 Mar 2024 18:04:19 +0100 Subject: [PATCH] fixed phive --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80a071e..71429dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,7 @@ jobs: - name: "Install dependencies with phive" env: PHIVE_HOME: ".build/phive" - run: "phive install --no-progress --trust-gpg-keys 0x2DF45277AEF09A2F,0x033E5F8D801A2F8D,0x033E5F8D801A2F8D" + run: "phive --no-progress install --trust-gpg-keys 0x2DF45277AEF09A2F,0x033E5F8D801A2F8D,0x033E5F8D801A2F8D" shell: "bash" - name: "Run maglnet/composer-require-checker"