1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-15 17:59:58 +00:00

Merge pull request #2136 from Vort/xp_fix

fix Windows XP build
This commit is contained in:
orignal 2024-12-09 08:00:01 -05:00 committed by GitHub
commit a7021a8283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,6 @@ jobs:
build-xp:
name: XP
runs-on: windows-latest
if: false
strategy:
fail-fast: false
@ -231,8 +230,10 @@ jobs:
run: |
cd MINGW-packages/mingw-w64-boost
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm --nocheck
- name: Remove boost packages
run: pacman --noconfirm -R mingw-w64-i686-boost mingw-w64-i686-boost-libs
- name: Install boost package
run: pacman --noconfirm -U --overwrite MINGW-packages/mingw-w64-boost/mingw-w64-i686-*-any.pkg.tar.zst
run: pacman --noconfirm -U MINGW-packages/mingw-w64-boost/mingw-w64-i686-*-any.pkg.tar.zst
# Building i2pd
- name: Build application