[gha] disable winxp build (it is broken in MSYS2)

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas 2024-10-06 14:28:33 +03:00
parent 0710f62948
commit e4c8cc300d
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -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: |