put the sudo back

we probably need to change the user that macos-m1 runs as
This commit is contained in:
John Cupitt 2021-07-23 18:35:14 +01:00
parent a0709f1bfc
commit 86466a9b9a

View File

@ -133,7 +133,7 @@ jobs:
run: make V=0 check
- name: Install libvips
run: make V=0 install
run: sudo make V=0 install
- name: Rebuild the shared library cache
if: contains(matrix.os, 'ubuntu')