comparison .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
comparison
equal deleted inserted replaced
30639:6ad5bb8f6a6d 30640:d162766886ce
359 359
360 # The packages are listed in (alphabetically sorted) blocks: 360 # The packages are listed in (alphabetically sorted) blocks:
361 # The first block is for mandatory dependencies. 361 # The first block is for mandatory dependencies.
362 # The second block is for optional dependencies needed when building from a release tarball. 362 # The second block is for optional dependencies needed when building from a release tarball.
363 # The third block is for additional dependencies needed when building from a repository checkout. 363 # The third block is for additional dependencies needed when building from a repository checkout.
364 # The fourth block is for additional run-time dependencies that aren't needed to build (to run test suite). 364 # The fourth block is for additional run-time dependencies (to run test suite) that aren't needed to build.
365 install: >- 365 install: >-
366 base-devel 366 base-devel
367 ${{ matrix.target-prefix }}-autotools
367 ${{ matrix.target-prefix }}-toolchain 368 ${{ matrix.target-prefix }}-toolchain
368 ${{ matrix.target-prefix }}-lapack 369 ${{ matrix.target-prefix }}-lapack
369 ${{ matrix.target-prefix }}-openblas 370 ${{ matrix.target-prefix }}-openblas
370 ${{ matrix.target-prefix }}-pcre 371 ${{ matrix.target-prefix }}-pcre
371 372