Skip to content

Commit 81a3ab8

Browse files
committed
Install required make for rocky CI
1 parent 6bf8f07 commit 81a3ab8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
steps:
6161
- name: Check out repository contents
6262
uses: actions/checkout@v3
63-
- name: Set up Python 3 with DNF
63+
- name: Set up Python 3 and make with DNF
6464
run: |
65-
dnf install -y python3 python3-pip
65+
dnf install -y python3 python3-pip make
6666
- name: Setup environment
6767
run: |
6868
make dependencies
@@ -93,9 +93,9 @@ jobs:
9393
steps:
9494
- name: Check out repository contents
9595
uses: actions/checkout@v3
96-
- name: Set up Python 3 with DNF
96+
- name: Set up Python 3 and make with DNF
9797
run: |
98-
dnf install -y python3 python3-pip
98+
dnf install -y python3 python3-pip make
9999
- name: Setup environment
100100
run: |
101101
make dependencies

0 commit comments

Comments
 (0)