Skip to content

Commit

Permalink
CI: Install Python on the MSYS2 runners (for Mongoose ctest)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Nov 4, 2023
1 parent 5e4591f commit 59d308a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ jobs:
${{ matrix.target-prefix }}-ccache
${{ matrix.target-prefix }}-openblas
${{ matrix.target-prefix }}-omp
${{ matrix.target-prefix }}-python
${{ matrix.target-prefix }}-gmp
${{ matrix.target-prefix }}-mpfr
Expand Down Expand Up @@ -421,6 +422,7 @@ jobs:
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
-DCMAKE_Fortran_COMPILER_LAUNCHER="ccache" \
-DBLA_VENDOR="OpenBLAS" \
-DPython_EXECUTABLE="$(which python)" \
..
echo "::endgroup::"
echo "::group::Build $lib"
Expand Down

0 comments on commit 59d308a

Please sign in to comment.