Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeVerney committed Jul 26, 2024
1 parent 8f72223 commit 2356183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ jobs:
yum install -y epel-release &&
yum --enablerepo=epel install -y cmake3 &&
cd / &&
wget https://archives.boost.io/release/1.73.0/source/boost_1_73_0.tar.gz &&
tar xf boost_1_73_0.tar.gz &&
cd boost_1_73_0 &&
wget https://archives.boost.io/release/1.70.0/source/boost_1_70_0.tar.gz &&
tar xf boost_1_70_0.tar.gz &&
cd boost_1_70_0 &&
./bootstrap.sh --prefix=/boost-install --with-libraries=filesystem,iostreams,program_options,regex,system &&
./b2 install &&
cd / &&
Expand Down

0 comments on commit 2356183

Please sign in to comment.