Browse Source

[gha] install git to XP builder

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1742/head
R4SAS 2 years ago
parent
commit
22de695f12
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      .github/workflows/build-windows.yml

2
.github/workflows/build-windows.yml

@ -44,7 +44,7 @@ jobs: @@ -44,7 +44,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: MINGW32
install: base-devel mingw-w64-i686-gcc mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-miniupnpc
install: base-devel git mingw-w64-i686-gcc mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-miniupnpc
update: true
- name: Build WinXP-capable CRT packages
run: |

Loading…
Cancel
Save