Skip to content

Commit

Permalink
Do not install EPEL and do not update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov authored Jun 2, 2024
1 parent cdbfcee commit c31983c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:

- name: Install packages
run: |
yum install -y epel-release # is it useful?
yum update -y
#yum install -y epel-release # is it useful?
#yum update -y
yum install -y \
which \
qt5-qtbase-* \
Expand Down

0 comments on commit c31983c

Please sign in to comment.