mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
[gha] winxp build fix
This commit is contained in:
parent
3d0a1afd64
commit
a5e9d9c6a3
1
.github/workflows/build-windows.yml
vendored
1
.github/workflows/build-windows.yml
vendored
|
@ -205,6 +205,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd MINGW-packages/mingw-w64-openssl
|
cd MINGW-packages/mingw-w64-openssl
|
||||||
gpg --recv-keys D894E2CE8B3D79F5
|
gpg --recv-keys D894E2CE8B3D79F5
|
||||||
|
gpg --recv-keys 216094DFD0CB81EF
|
||||||
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm --nocheck
|
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm --nocheck
|
||||||
- name: Install openssl package
|
- name: Install openssl package
|
||||||
run: pacman --noconfirm -U MINGW-packages/mingw-w64-openssl/mingw-w64-i686-*-any.pkg.tar.zst
|
run: pacman --noconfirm -U MINGW-packages/mingw-w64-openssl/mingw-w64-i686-*-any.pkg.tar.zst
|
||||||
|
|
Loading…
Reference in a new issue