changeset 29813:05264d2b1c2d

GitHub-CI: Do not install on macOS before "make check". * .github/workflows/make.yaml (macos): Do not install Octave on macOS before running "make check". That shouldn't be necessary any more.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 24 Jun 2021 19:17:48 +0200
parents 174907ff5411
children e637c2342433
files .github/workflows/make.yaml
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Thu Jun 24 18:54:16 2021 +0200
+++ b/.github/workflows/make.yaml	Thu Jun 24 19:17:48 2021 +0200
@@ -258,11 +258,6 @@
       - name: ccache status
         run: ccache -s
 
-      - name: install
-        # Install Octave prior to running the test suite for "mkoctfile" to
-        # work correctly.
-        run: make -C ./.build install V=1
-
       - name: check
         # Continuing on error in this step means that jobs will be "green" even
         # if the test suite crashes.  But if we don't continue, we'll loose the