mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
[gha] winxp: fix option order
This commit is contained in:
parent
b17bbd754a
commit
1a32ed9088
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
@ -231,7 +231,7 @@ jobs:
|
||||||
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: Install boost package
|
- name: Install boost package
|
||||||
run: pacman --noconfirm --overwrite -U MINGW-packages/mingw-w64-boost/mingw-w64-i686-*-any.pkg.tar.zst
|
run: pacman --noconfirm -U --overwrite MINGW-packages/mingw-w64-boost/mingw-w64-i686-*-any.pkg.tar.zst
|
||||||
|
|
||||||
# Building i2pd
|
# Building i2pd
|
||||||
- name: Build application
|
- name: Build application
|
||||||
|
|
Loading…
Reference in a new issue