diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cb61fa2..e074c413 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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')