Skip to content

Commit

Permalink
Mid meer teschds.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed May 23, 2024
1 parent ccff6f8 commit 640599b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
wget -qO- https://boostorg.jfrog.io/artifactory/main/release/1.${BOOST_MINOR_RELEASE}.${BOOST_PATCH_RELEASE}/source/boost_1_${BOOST_MINOR_RELEASE}_${BOOST_PATCH_RELEASE}.tar.bz2 | tar xjf -
cd boost_1_${BOOST_MINOR_RELEASE}_${BOOST_PATCH_RELEASE}
./bootstrap.sh
./b2 --prefix=../boost --with-serialization --with-filesystem install
./b2 --prefix=../boost --with-serialization --with-filesystem --with-test install
- name: Configure
run: |
cmake -B build -G Ninja -DCMAKE_PREFIX_PATH=$PWD/boost .
Expand Down

0 comments on commit 640599b

Please sign in to comment.