]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_sanitizers.yml
CI workflows, install git on windows
[stockfish] / .github / workflows / stockfish_sanitizers.yml
index b74c2f970e066dfc3db9f8866315bdf7d716bd48..fa679330d8ebb664494e06d0e8ed30cffa2ef93b 100644 (file)
@@ -55,16 +55,16 @@ jobs:
           sudo apt install expect valgrind g++-multilib
 
       - 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
 
       # Sanitizers