Skip to content

Commit 5778c6c

Browse files
committed
fix build
1 parent 4304870 commit 5778c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- name: Install build requisites
1717
run: |
18-
yum install -y rpm-build rpmlint make rsync
18+
yum install -y cmake rpm-build rpmlint make rsync
1919
- name: build rpm
2020
run: |
2121
mkdir build
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040
- name: Install build requisites
4141
run: |
42-
dnf install -y rpm-build rpmlint make rsync systemd-rpm-macros
42+
dnf install -y rpm-build cmake rpmlint make rsync systemd-rpm-macros
4343
- name: build rpm
4444
run: |
4545
mkdir build

0 commit comments

Comments
 (0)