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 a32650a commit 8f72223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
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 &&
./bootstrap.sh --prefix=/boost-install --with-libraries=filesystem iostreams program_options regex system &&
./bootstrap.sh --prefix=/boost-install --with-libraries=filesystem,iostreams,program_options,regex,system &&
./b2 install &&
cd / &&
wget https://archive.apache.org/dist/avro/avro-1.11.3/cpp/avro-cpp-1.11.3.tar.gz &&
Expand Down

0 comments on commit 8f72223

Please sign in to comment.