mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27: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
|
||||
|
||||
build-xp:
|
||||
if: false
|
||||
name: XP
|
||||
runs-on: windows-latest
|
||||
|
||||
|
@ -220,7 +221,7 @@ jobs:
|
|||
id: cache-boost
|
||||
with:
|
||||
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
|
||||
if: steps.cache-boost.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue