Skip to content

Commit

Permalink
fix Windows XP build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vort committed Dec 9, 2024
1 parent cdd528c commit 946e523
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
build-xp:
name: XP
runs-on: windows-latest
if: false

strategy:
fail-fast: false
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 946e523

Please sign in to comment.