Skip to content

Commit a9d4d66

Browse files
author
Fabiana Severin
committed
Fixing build
1 parent 5e88c22 commit a9d4d66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767

6868
- name: Install build dependencies
6969
run: |
70-
apt-get update
71-
apt-get install -y cmake make g++
70+
yum install -y cmake make gcc-c++
7271
7372
- name: Install and build
7473
run: |

0 commit comments

Comments
 (0)