GHA: Amazon Linux: fix broken link to Boost tarball

This commit is contained in:
Alexander A. Klimov 2025-01-08 12:15:14 +01:00
parent 7346b70201
commit 4e52179136

View File

@ -13,7 +13,7 @@ case "$DISTRO" in
{libedit,mariadb,ncurses,openssl,postgresql,systemd}-devel
yum install -y bzip2 tar wget
wget https://boostorg.jfrog.io/artifactory/main/release/1.69.0/source/boost_1_69_0.tar.bz2
wget https://archives.boost.io/release/1.69.0/source/boost_1_69_0.tar.bz2
tar -xjf boost_1_69_0.tar.bz2
(