Skip to content

Commit

Permalink
Build boost test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Oct 13, 2023
1 parent cbce444 commit b3859b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-boost/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ runs:
wget https://github.com/boostorg/boost/releases/download/boost-1.81.0/boost-1.81.0.tar.gz
tar xvf boost-1.81.0.tar.gz
cd boost-1.81.0
./bootstrap.sh --prefix=${{inputs.prefix}}/ --with-libraries=serialization,program_options,mpi
./bootstrap.sh --prefix=${{inputs.prefix}}/ --with-libraries=serialization,program_options,mpi,test
echo "using mpi ;" >> project-config.jam
./b2 install

0 comments on commit b3859b2

Please sign in to comment.