Skip to content

Commit

Permalink
GHA: Amazon Linux: fix broken link to Boost tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov authored Jan 2, 2025
1 parent 383773e commit 7ea0f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

(
Expand Down

0 comments on commit 7ea0f59

Please sign in to comment.