mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
GHA: Amazon Linux: fix broken link to Boost tarball
This commit is contained in:
parent
383773eb2b
commit
7ea0f5969f
2
.github/workflows/linux.bash
vendored
2
.github/workflows/linux.bash
vendored
@ -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
|
||||
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user