mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +00:00
CI workflows, install git on windows
ensures the SF dev version is reported correctly No functional change
This commit is contained in:
parent
44ecadee10
commit
aedf0251e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stockfish_binaries.yml
vendored
2
.github/workflows/stockfish_binaries.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
msystem: ${{ matrix.config.msys_sys }}
|
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
|
- name: Download the used network from the fishtest framework
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue