]> git.sesse.net Git - stockfish/commitdiff
CI workflows, install git on windows
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 9 Dec 2022 16:56:55 +0000 (17:56 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 9 Dec 2022 16:56:55 +0000 (17:56 +0100)
ensures the SF dev version is reported correctly

No functional change

.github/workflows/stockfish_binaries.yml

index 1fa123fac218b6d9d71769c50c6a1b6858ec1c3a..5ba4784e318107a8d441aede43f134f94a4fe05e 100644 (file)
@@ -64,7 +64,7 @@ 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: |