Skip to content

Commit

Permalink
fix(github-actions): remove redundant config-manager and clean-all
Browse files Browse the repository at this point in the history
  • Loading branch information
maksadbek committed Dec 3, 2024
1 parent dc02da4 commit fafd0d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
dnf install -y dnf-utils \
&& dnf config-manager --enable ubi-8-appstream \
&& dnf config-manager --enable ubi-8-baseos \
&& dnf install -y python3 gcc gcc-c++ make \
&& dnf clean all \
&& rm -rf /var/cache/dnf
- name: Install deps
Expand Down

0 comments on commit fafd0d6

Please sign in to comment.