diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e074c413..1cb61fa2 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: sudo make V=0 install + run: make V=0 install - name: Rebuild the shared library cache if: contains(matrix.os, 'ubuntu')