From: Joost VandeVondele Date: Fri, 9 Dec 2022 16:56:55 +0000 (+0100) Subject: CI workflows, install git on windows X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=aedf0251e6170a631b56a24dff31e83b9656933d;p=stockfish CI workflows, install git on windows ensures the SF dev version is reported correctly No functional change --- diff --git a/.github/workflows/stockfish_binaries.yml b/.github/workflows/stockfish_binaries.yml index 1fa123fa..5ba4784e 100644 --- a/.github/workflows/stockfish_binaries.yml +++ b/.github/workflows/stockfish_binaries.yml @@ -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: |