Skip to content

Commit

Permalink
Simplify Boost cloning in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Jan 28, 2024
1 parent 9a174ca commit baf2259
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/real-time-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ jobs:
cd ../boost-root
git submodule update --init tools
git submodule update --init libs/config
git submodule update --init libs/core
git submodule update --init libs/math
git submodule update --init libs/multiprecision
./bootstrap.sh
Expand Down Expand Up @@ -332,7 +331,6 @@ jobs:
cd ../boost-root
git submodule update --init tools
git submodule update --init libs/config
git submodule update --init libs/core
git submodule update --init libs/math
git submodule update --init libs/multiprecision
./bootstrap.sh
Expand Down Expand Up @@ -367,7 +365,6 @@ jobs:
cd ../boost-root
git submodule update --init tools
git submodule update --init libs/config
git submodule update --init libs/core
git submodule update --init libs/math
git submodule update --init libs/multiprecision
./bootstrap.sh
Expand Down Expand Up @@ -397,7 +394,6 @@ jobs:
cd ../boost-root
git submodule update --init tools
git submodule update --init libs/config
git submodule update --init libs/core
git submodule update --init libs/math
git submodule update --init libs/multiprecision
./bootstrap.sh
Expand Down Expand Up @@ -449,7 +445,6 @@ jobs:
cd ../boost-root
git submodule update --init tools
git submodule update --init libs/config
git submodule update --init libs/core
git submodule update --init libs/math
git submodule update --init libs/multiprecision
./bootstrap.sh
Expand Down

0 comments on commit baf2259

Please sign in to comment.