]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_test.yml
CI workflows, install git on windows
[stockfish] / .github / workflows / stockfish_test.yml
index 3cb89d39f334102cdb419e608772633011efcc2c..953f68205bc28e5baef51d77be59ee2b57441876 100644 (file)
@@ -115,8 +115,7 @@ jobs:
           install: mingw-w64-${{ matrix.config.msys_env }} make git expect
 
       - name: Download the used network from the fishtest framework
-        run: |
-          make net
+        run: make net
 
       - name: Extract the bench number from the commit history
         run: |
@@ -136,8 +135,10 @@ jobs:
           $COMPILER -v
 
       - name: Test help target
-        run: |
-          make help
+        run: make help
+
+      - name: Check git
+        run: git --version
 
       # x86-32 tests