Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Apr 18, 2024
1 parent 62ac57e commit 4e5e5dc
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 @@ -31,7 +31,7 @@ runs:
working-directory: ${{ inputs.working_directory }}
run: make ${{ inputs.flags }} -j4 V=1
shell: bash
if: runner.os == 'macOS' || runner.os == 'ubuntu'
if: runner.os == 'macOS' || runner.os == 'Linux'

# Windows
- name: Build C++ and Python
Expand Down

0 comments on commit 4e5e5dc

Please sign in to comment.