Add git to msys2 workflow

This commit is contained in:
Mason M 2025-01-23 13:01:01 -04:00
parent ea0a85abae
commit 09ab04ea14

View File

@ -619,6 +619,7 @@ jobs:
msystem: ${{matrix.sys}} msystem: ${{matrix.sys}}
install: >- install: >-
base-devel base-devel
git
mingw-w64-${{matrix.env}}-toolchain mingw-w64-${{matrix.env}}-toolchain
mingw-w64-${{matrix.env}}-cmake mingw-w64-${{matrix.env}}-cmake
mingw-w64-${{matrix.env}}-openblas mingw-w64-${{matrix.env}}-openblas