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 24, 2024
1 parent d3b342f commit 786547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
cmake3 -DCMAKE_BUILD_TYPE=Release -DHDF5_ROOT={project}/../hdf5-install -DHDF5_USE_STATIC_LIBRARIES=TRUE -DWITH_PYTHON_WRAPPING=TRUE -DCMAKE_INSTALL_PREFIX:STRING={project}/../fesapi-install {project} &&
cmake3 --build . -j2 --config Release &&
cmake3 --install . &&
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:{project}/../fesapi-install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:{project}/../fesapi-install/lib
with:
package-dir: ./python
output-dir: wheelhouse
Expand Down

0 comments on commit 786547a

Please sign in to comment.