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 0013be6 commit d2c97e9
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 @@ -199,7 +199,7 @@ jobs:
yum install -y epel-release &&
yum --enablerepo=epel install -y cmake3 &&
cd / &&
wget https://archives.boost.io/release/1.85.0/source/boost_1_73_0.tar.gz &&
wget https://archives.boost.io/release/1.73.0/source/boost_1_73_0.tar.gz &&
tar xf boost_1_73_0.tar.gz &&
wget https://archive.apache.org/dist/avro/avro-1.11.3/cpp/avro-cpp-1.11.3.tar.gz &&
tar xf avro-cpp-1.11.3.tar.gz &&
Expand Down

0 comments on commit d2c97e9

Please sign in to comment.