Skip to content

Commit

Permalink
STD-1 install libvips first
Browse files Browse the repository at this point in the history
  • Loading branch information
2lives committed Mar 27, 2024
1 parent 0ff1fb7 commit 33e6138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install libvips
run: sudo apt install libvips-dev --no-install-recommends

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
extensions: ffi

- name: Install libvips
run: sudo apt install libvips-dev --no-install-recommends

- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3

Expand Down

0 comments on commit 33e6138

Please sign in to comment.