put the sudo back
we probably need to change the user that macos-m1 runs as
This commit is contained in:
parent
a0709f1bfc
commit
86466a9b9a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user