Browse Source

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

Signed-off-by: r4sas <r4sas@i2pmail.org>
gha
R4SAS 2 weeks ago
parent
commit
e4c8cc300d
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 3
      .github/workflows/build-windows.yml

3
.github/workflows/build-windows.yml

@ -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…
Cancel
Save