]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_compile_test.yml
CI workflows, install git on windows
[stockfish] / .github / workflows / stockfish_compile_test.yml
index 8467f52d964daf384884d2d6942dcfaa832e075d..eeb4229cbd37d8792868bb5c361b3b43b2851309 100644 (file)
@@ -72,19 +72,19 @@ jobs:
         uses: msys2/setup-msys2@v2
         with:
           msystem: ${{matrix.config.msys_sys}}
-          install: mingw-w64-${{matrix.config.msys_env}} make
+          install: mingw-w64-${{matrix.config.msys_env}} make git
 
       - name: Download the used network from the fishtest framework
-        run: |
-          make net
+        run: make net
 
       - name: Check compiler
-        run: |
-          $COMPILER -v
+        run: $COMPILER -v
 
       - name: Test help target
-        run: |
-          make help
+        run: make help
+
+      - name: Check git
+        run: git --version
 
       # x86-64 with newer extensions tests