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 22, 2024
1 parent b30ad11 commit f520824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ jobs:
CIBW_BUILD: cp312-*
CIBW_ARCHS: auto64
CIBW_BEFORE_ALL: >
yum install minizip-devel gcc-c++ make boost-devel hdf5 &&
cd .. &&
yum install minizip-devel gcc-c++ boost-devel hdf5 &&
cd .. &&
mkdir build &&
cd build &&
cmake3 -DCMAKE_BUILD_TYPE=Release -DWITH_PYTHON_WRAPPING=TRUE ../fesapi &&
Expand Down

0 comments on commit f520824

Please sign in to comment.