Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 13, 2024
1 parent 6772ae3 commit cb2fb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
# macOS and Linux
- name: Build C++ and Python
run: |
make -C ${{ inputs.build_flags }} cpp srcs
make ${{ inputs.build_flags }} -C cpp srcs
make -C python
shell: bash
if: (runner.os == 'macOS' || runner.os == 'Linux') && inputs.build_cpp_and_python == 'true'
Expand Down

0 comments on commit cb2fb5d

Please sign in to comment.