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