try install without sudo
since macos won't sudo as admin
This commit is contained in:
parent
65ac1efc5f
commit
a0709f1bfc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -133,7 +133,7 @@ jobs:
|
|||||||
run: make V=0 check
|
run: make V=0 check
|
||||||
|
|
||||||
- name: Install libvips
|
- name: Install libvips
|
||||||
run: sudo make V=0 install
|
run: make V=0 install
|
||||||
|
|
||||||
- name: Rebuild the shared library cache
|
- name: Rebuild the shared library cache
|
||||||
if: contains(matrix.os, 'ubuntu')
|
if: contains(matrix.os, 'ubuntu')
|
||||||
|
Loading…
Reference in New Issue
Block a user