aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-22 17:58:19 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-22 17:58:19 +0300
commit8c79ce1e1639edf1eae0c8323fd301948ebb84e3 (patch)
tree06d7366fb23d84353416609094b1dcf913850657 /.github/workflows/ci.yml
parente2d322e1462db734a3ab5275341dbe59e2599865 (diff)
downloadsciteco-8c79ce1e1639edf1eae0c8323fd301948ebb84e3.tar.gz
ci.yml: hopefully fixed Mac OS CI builds - it appears we need sudo now
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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