diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 113ee671..a769ceef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: run: cd build && ninja test - name: Install libvips - run: cd build && ninja install + run: cd build && sudo ninja install - name: Rebuild the shared library cache if: runner.os == 'Linux'