diff .github/workflows/make.yaml @ 30640:d162766886ce stable

GitHub-CI: Install autotools on Windows. * .github/workflows/codeql-analysis.yaml (windows), .github/workflows/make.yaml (windows): Autotools are no longer installed as part of the toolchain group. Install them explicitly.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 14 Jan 2022 08:18:55 +0100
parents 43ca3f7d6359
children f3a766367bff ec36fe975d2d
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Fri Jan 14 07:09:34 2022 +0100
+++ b/.github/workflows/make.yaml	Fri Jan 14 08:18:55 2022 +0100
@@ -361,9 +361,10 @@
           # The first block is for mandatory dependencies.
           # The second block is for optional dependencies needed when building from a release tarball.
           # The third block is for additional dependencies needed when building from a repository checkout.
-          # The fourth block is for additional run-time dependencies that aren't needed to build (to run test suite).
+          # The fourth block is for additional run-time dependencies (to run test suite) that aren't needed to build.
           install: >-
             base-devel
+            ${{ matrix.target-prefix }}-autotools
             ${{ matrix.target-prefix }}-toolchain
             ${{ matrix.target-prefix }}-lapack
             ${{ matrix.target-prefix }}-openblas