GHA: Amazon Linux: fix broken link to Boost tarball

This commit is contained in:
Alexander Aleksandrovič Klimov 2025-01-02 15:35:29 +01:00 committed by GitHub
parent 383773eb2b
commit 7ea0f5969f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
(