Skip to content

Commit

Permalink
Update php_unit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Jan 14, 2025
1 parent a814c45 commit d9e6bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Imagick
- name: Install Imagick
run: |
sudo apt-get update
sudo apt-get install -y imagemagick
sudo apt-get install -y php-imagick
sudo phpenmod imagick
sudo phpenmod imagick
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit d9e6bea

Please sign in to comment.