Skip to content

Commit

Permalink
Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Napsty committed Jan 15, 2024
1 parent 0c68cbf commit d9d83d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rockylinux9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v1
- name: Enable EPEL
run: |
dnf install dnf-plugins-core
dnf config-manager --set-enabled crb
dnf install epel-release
- name: Install dependencies
Expand All @@ -31,6 +32,7 @@ jobs:
- uses: actions/checkout@v1
- name: Enable EPEL
run: |
dnf install dnf-plugins-core
dnf config-manager --set-enabled crb
dnf install epel-release
- name: Install dependencies
Expand Down

0 comments on commit d9d83d4

Please sign in to comment.