]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_binaries.yml
CI workflows, install git on windows
[stockfish] / .github / workflows / stockfish_binaries.yml
index 5ba4784e318107a8d441aede43f134f94a4fe05e..575352966874e55dbe47b9d166d06640211c61d7 100644 (file)
@@ -56,8 +56,7 @@ jobs:
 
       - name: Download required linux packages
         if: runner.os == 'Linux'
-        run: |
-          sudo apt update
+        run: sudo apt update
 
       - name: Setup msys and install required packages
         if: runner.os == 'Windows'
@@ -67,16 +66,16 @@ jobs:
           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
 
       # Compile profile guided builds
 
@@ -105,5 +104,4 @@ jobs:
         uses: actions/upload-artifact@v3
         with:
           name: stockfish-${{ matrix.config.os }}-${{ matrix.binaries }}
-          path: |
-            stockfish-${{ matrix.config.os }}-${{ matrix.binaries }}.tar
+          path: stockfish-${{ matrix.config.os }}-${{ matrix.binaries }}.tar