Skip to content

Commit 4b34996

Browse files
committed
downgrade boost
1 parent 8776b72 commit 4b34996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from urllib.request import urlretrieve
55

66
DEFAULT_UTM_VERSION = "0.14.0"
7-
DEFAULT_BOOST_VERSION = "1.90.0"
8-
DEFAULT_XERCES_C_VERSION = "3.3.0"
7+
DEFAULT_BOOST_VERSION = "1.84.0"
8+
DEFAULT_XERCES_C_VERSION = "3.2.5"
99
DEFAULT_BUILD_DIR = os.path.join(os.getcwd(), "build")
1010
DEFAULT_INSTALL_PREFIX = os.path.join(os.getcwd(), "dist")
1111

0 commit comments

Comments
 (0)