From aedf0251e6170a631b56a24dff31e83b9656933d Mon Sep 17 00:00:00 2001 From: Joost VandeVondele Date: Fri, 9 Dec 2022 17:56:55 +0100 Subject: [PATCH] CI workflows, install git on windows ensures the SF dev version is reported correctly No functional change --- .github/workflows/stockfish_binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: | -- 2.39.2