diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-22 17:58:19 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-22 17:58:19 +0300 |
commit | 8c79ce1e1639edf1eae0c8323fd301948ebb84e3 (patch) | |
tree | 06d7366fb23d84353416609094b1dcf913850657 /.github | |
parent | e2d322e1462db734a3ab5275341dbe59e2599865 (diff) | |
download | sciteco-8c79ce1e1639edf1eae0c8323fd301948ebb84e3.tar.gz |
ci.yml: hopefully fixed Mac OS CI builds - it appears we need sudo now
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |