Skip to content

Commit

Permalink
fix(workflow): install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Apr 19, 2024
1 parent 62d5dad commit a6e5f85
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 python3-devel
run: dnf install -y make automake gcc gcc-c++ kernel-devel cmake git python3 python3-pip python3-devel docker

- name: 📋 Install OpenMP
shell: bash
Expand Down

0 comments on commit a6e5f85

Please sign in to comment.