Skip to content

Commit

Permalink
fix(setup): install clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent cacbade commit 3d3462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- name: 📋 Install Dependencies
shell: bash
if: ${{ inputs.container == 'ubuntu-latest' }}
run: dnf install -y gcc gcc-c++ kernel-devel cmake ninja-build git docker sed
run: dnf install -y gcc gcc-c++ kernel-devel cmake ninja-build git docker sed clang-tools-extra

- name: 📋 Install OpenMP
shell: bash
Expand Down

0 comments on commit 3d3462f

Please sign in to comment.