oop, forgot a sudo

This commit is contained in:
John Cupitt 2022-02-18 10:52:58 +00:00
parent e14deaf5c6
commit fea9d068c4
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ jobs:
run: cd build && ninja test
- name: Install libvips
run: cd build && ninja install
run: cd build && sudo ninja install
- name: Rebuild the shared library cache
if: runner.os == 'Linux'