oop, forgot a sudo
This commit is contained in:
parent
e14deaf5c6
commit
fea9d068c4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
|||||||
run: cd build && ninja test
|
run: cd build && ninja test
|
||||||
|
|
||||||
- name: Install libvips
|
- name: Install libvips
|
||||||
run: cd build && ninja install
|
run: cd build && sudo ninja install
|
||||||
|
|
||||||
- name: Rebuild the shared library cache
|
- name: Rebuild the shared library cache
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
Loading…
Reference in New Issue
Block a user