Skip to content

Commit 21212c8

Browse files
committed
update tests workflow
1 parent c8f4073 commit 21212c8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,19 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
26+
27+
- name: Install libvips
28+
run: |
29+
sudo apt-get update
30+
sudo apt-get install -y --no-install-recommends libvips42
2631
2732
- name: Setup PHP
2833
uses: shivammathur/setup-php@v2
2934
with:
3035
php-version: '8.1'
36+
extensions: ffi
37+
tools: cs2pr
3138
coverage: none
3239

3340
- name: Get composer cache directory

0 commit comments

Comments
 (0)