mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-15 17:59:58 +00:00
commit
a7021a8283
5
.github/workflows/build-windows.yml
vendored
5
.github/workflows/build-windows.yml
vendored
@ -110,7 +110,6 @@ jobs:
|
|||||||
build-xp:
|
build-xp:
|
||||||
name: XP
|
name: XP
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
if: false
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -231,8 +230,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd MINGW-packages/mingw-w64-boost
|
cd MINGW-packages/mingw-w64-boost
|
||||||
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm --nocheck
|
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
|
- 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
|
# Building i2pd
|
||||||
- name: Build application
|
- name: Build application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user