changeset 30783:a4dbec69e1b5 stable

GitHub-CI (windows): Install less packages. * .github/workflows/make.yaml (windows): Only install necessary compilers and autotools instead of entire toolchain.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 26 Feb 2022 11:35:54 +0100
parents d041ca628d99
children d37b9645fae7 290e7e3f859f
files .github/workflows/make.yaml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Mon Feb 21 18:50:57 2022 -0500
+++ b/.github/workflows/make.yaml	Sat Feb 26 11:35:54 2022 +0100
@@ -371,7 +371,8 @@
           install: >-
             base-devel
             ${{ matrix.target-prefix }}-autotools
-            ${{ matrix.target-prefix }}-toolchain
+            ${{ matrix.target-prefix }}-cc
+            ${{ matrix.target-prefix }}-gcc-fortran
             ${{ matrix.target-prefix }}-lapack
             ${{ matrix.target-prefix }}-openblas
             ${{ matrix.target-prefix }}-pcre