fix syntax in action
This commit is contained in:
parent
0357239992
commit
669ddccd46
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -78,8 +78,9 @@ jobs:
|
||||
run: make V=0 check
|
||||
|
||||
- name: Install libvips
|
||||
run: sudo make V=0 install
|
||||
run: sudo ldconfig
|
||||
run: |
|
||||
sudo make V=0 install
|
||||
sudo ldconfig
|
||||
|
||||
- name: Install pyvips
|
||||
run: pip3 install pyvips pytest
|
||||
|
Loading…
Reference in New Issue
Block a user