mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
[gha] disable winxp build (it is broken in MSYS2)
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
0710f62948
commit
e4c8cc300d
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
|
@ -108,6 +108,7 @@ jobs:
|
||||||
path: build/i2pd.exe
|
path: build/i2pd.exe
|
||||||
|
|
||||||
build-xp:
|
build-xp:
|
||||||
|
if: false
|
||||||
name: XP
|
name: XP
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
@ -220,7 +221,7 @@ jobs:
|
||||||
id: cache-boost
|
id: cache-boost
|
||||||
with:
|
with:
|
||||||
path: MINGW-packages/mingw-w64-boost/*.zst
|
path: MINGW-packages/mingw-w64-boost/*.zst
|
||||||
key: winxp-winpthreads-${{ steps.version-boost.outputs.version }}
|
key: winxp-boost-${{ steps.version-boost.outputs.version }}
|
||||||
- name: Build WinXP-capable boost package
|
- name: Build WinXP-capable boost package
|
||||||
if: steps.cache-boost.outputs.cache-hit != 'true'
|
if: steps.cache-boost.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue