From 86466a9b9ab37c0f469d84797d477260aa669cfa Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 23 Jul 2021 18:35:14 +0100 Subject: [PATCH] put the sudo back we probably need to change the user that macos-m1 runs as --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')