From 8c79ce1e1639edf1eae0c8323fd301948ebb84e3 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 22 May 2024 17:58:19 +0300 Subject: ci.yml: hopefully fixed Mac OS CI builds - it appears we need sudo now --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3044d29..18ae819 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: ./configure --with-interface=ncurses --enable-debug --enable-html-manual - run: make - - run: make install + - run: sudo make install # NOTE: The test suite must be run in verbose mode because if it fails # we won't be able to analyze testsuite.log. - name: Run Test Suite -- cgit v1.2.3