Skip to content

Commit

Permalink
fix(actions/setup): install python3-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Dec 6, 2023
1 parent a179f3e commit 144ef0b
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 @@ -22,7 +22,7 @@ runs:
- name: 📋 Install Dependencies
shell: bash
if: ${{ inputs.container == 'ubuntu-latest' }}
run: dnf install -y make automake gcc gcc-c++ kernel-devel cmake git python3 python3-pip
run: dnf install -y make automake gcc gcc-c++ kernel-devel cmake git python3 python3-pip python3-devel

- name: 📋 Install OpenMP
shell: bash
Expand Down

0 comments on commit 144ef0b

Please sign in to comment.