Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Oct 13, 2023
1 parent 463ef43 commit acc6728
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/centos7-system-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
- id: branch-name
uses: tj-actions/branch-names@v6

- run: |
git --version
- uses: actions/[email protected]
with:
submodules: true
Expand Down
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,test
./bootstrap.sh --prefix=${{inputs.prefix}}/ --with-libraries=serialization,program_options,mpi
echo "using mpi ;" >> project-config.jam
./b2 install

0 comments on commit acc6728

Please sign in to comment.