diff .github/workflows/make.yaml @ 33444:f57b492b5527

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 22 Apr 2024 17:52:32 +0200
parents ff7cb15e068d c896de3fa9da
children 2383f7553930 c35b564573db
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Sun Apr 21 13:04:32 2024 -0700
+++ b/.github/workflows/make.yaml	Mon Apr 22 17:52:32 2024 +0200
@@ -731,7 +731,7 @@
             ${{ matrix.target-prefix }}-ccache
             ${{ matrix.target-prefix }}-icoutils
             ${{ matrix.target-prefix }}-librsvg
-            texinfo
+            ${{ matrix.target-prefix }}-texinfo
 
             unzip
             zip
@@ -826,15 +826,10 @@
         continue-on-error: true
         timeout-minutes: 60
 
-        # Perl scripts cannot be run as executables on Windows (no shebang mechanism).
-        # We need to wrap them by calling the perl executable explicitly.
-
         # mkoctfile seems to have trouble when gcc is called via ccache. So,
         # remove the directory with the ccache wrappers from PATH.
 
         run: |
-          echo "makeinfo_program (sprintf ('%s && cd %s && perl makeinfo', [s=nthargout(2, @system, 'cygpath -w /usr/bin')](1:2), strtrim (s)));" \
-            >> ./scripts/startup/site-rcfile
           export PATH=$(echo "$PATH" | sed -e "s|$MINGW_PREFIX/lib/ccache/bin:||g")
           make -C ./.build check RUN_OCTAVE_OPTIONS="--no-gui-libs" | tee ./test-suite.log