Skip to content

Commit

Permalink
fix Windows XP build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vort committed Jan 7, 2025
1 parent fce4fab commit 0b788de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
git clone https://github.com/msys2/MINGW-packages
cd MINGW-packages
git checkout 4cbb366edf2f268ac3146174b40ce38604646fc5 mingw-w64-boost
cd mingw-w64-boost
sed -i 's/boostorg.jfrog.io\/artifactory\/main/archives.boost.io/' PKGBUILD
# headers
- name: Get headers package version
Expand Down

0 comments on commit 0b788de

Please sign in to comment.