Skip to content

Commit 0b788de

Browse files
committed
fix Windows XP build
1 parent fce4fab commit 0b788de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
git clone https://github.com/msys2/MINGW-packages
134134
cd MINGW-packages
135135
git checkout 4cbb366edf2f268ac3146174b40ce38604646fc5 mingw-w64-boost
136+
cd mingw-w64-boost
137+
sed -i 's/boostorg.jfrog.io\/artifactory\/main/archives.boost.io/' PKGBUILD
136138
137139
# headers
138140
- name: Get headers package version

0 commit comments

Comments
 (0)