Skip to content

Commit

Permalink
Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Dec 3, 2024
2 parents e518b92 + 1a32ed9 commit 4b1ac74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
cd MINGW-packages/mingw-w64-boost
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm --nocheck
- name: Install boost package
run: pacman --noconfirm -U MINGW-packages/mingw-w64-boost/mingw-w64-i686-*-any.pkg.tar.zst
run: pacman --noconfirm -U --overwrite MINGW-packages/mingw-w64-boost/mingw-w64-i686-*-any.pkg.tar.zst

# Building i2pd
- name: Build application
Expand Down

0 comments on commit 4b1ac74

Please sign in to comment.