try install without sudo

since macos won't sudo as admin
This commit is contained in:
John Cupitt 2021-07-23 18:31:05 +01:00
parent 65ac1efc5f
commit a0709f1bfc

View File

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