mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
add git to msys2.yml
This commit is contained in:
parent
605f62e0ef
commit
f3e6996818
8
.github/workflows/msys2.yml
vendored
8
.github/workflows/msys2.yml
vendored
@ -14,16 +14,16 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- msystem: "MINGW64"
|
- msystem: "MINGW64"
|
||||||
install: mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc
|
install: git mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc
|
||||||
type: Release
|
type: Release
|
||||||
- msystem: "MINGW32"
|
- msystem: "MINGW32"
|
||||||
install: mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-gcc
|
install: git mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-gcc
|
||||||
type: Release
|
type: Release
|
||||||
- msystem: "MINGW64"
|
- msystem: "MINGW64"
|
||||||
install: mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc
|
install: git mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc
|
||||||
type: Debug
|
type: Debug
|
||||||
- msystem: "MINGW32"
|
- msystem: "MINGW32"
|
||||||
install: mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-gcc
|
install: git mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-gcc
|
||||||
type: Debug
|
type: Debug
|
||||||
env:
|
env:
|
||||||
CMAKE_GENERATOR: Ninja
|
CMAKE_GENERATOR: Ninja
|
||||||
|
Loading…
Reference in New Issue
Block a user