Merge pull request #10277 from Icinga/Al2Klimov-patch-6

GHA: Amazon Linux: fix broken link to Boost tarball
This commit is contained in:
Julian Brost 2025-01-07 10:35:53 +01:00 committed by GitHub
commit aa249d84f7
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
(