Skip to content

Commit

Permalink
fixed phive
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 19, 2024
1 parent 88863a3 commit 6d72394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6d72394

Please sign in to comment.