Skip to content

Commit

Permalink
[gha] winxp: forced overwrite files from boost package
Browse files Browse the repository at this point in the history
  • Loading branch information
r4sas authored Dec 2, 2024
1 parent 7b0ff28 commit b17bbd7
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 --overwrite -U MINGW-packages/mingw-w64-boost/mingw-w64-i686-*-any.pkg.tar.zst

# Building i2pd
- name: Build application
Expand Down

0 comments on commit b17bbd7

Please sign in to comment.