Skip to content

Commit

Permalink
update step name
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 9, 2024
1 parent 3b5421c commit d354b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
sudo ln -s $boost_python_so $arch_libs/libboost_python3.so
# cross-compiling a python C extension is better done with pypa/cibuildwheel action
- name: Set up Python 3.7
- name: Set up Python version used by boost.python
if: inputs.compiler == 'default' && inputs.py-wrapper-path != ''
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit d354b83

Please sign in to comment.