Skip to content

Commit 451d08d

Browse files
committed
Use stream instead
1 parent 4c2b8c8 commit 451d08d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ jobs:
66
lint:
77
runs-on: ubuntu-24.04
88
container:
9-
image: fedora:42
9+
image: quay.io/centos/centos:stream10
1010
steps:
1111
- name: dnf install dependencies
1212
run: |
13+
dnf config-manager --set-enabled crb -y && \
14+
dnf install epel-release -y && \
1315
dnf install -y \
1416
git \
1517
golang \

0 commit comments

Comments
 (0)