mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 00:32:12 -04:00
Merge pull request #10277 from Icinga/Al2Klimov-patch-6
GHA: Amazon Linux: fix broken link to Boost tarball
This commit is contained in:
commit
aa249d84f7
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue