Skip to content

Commit 766bd09

Browse files
committed
ci: bump test dependencies
Git222 is deprecated. Also, to build dependent modules, an ubuntu bump was needed and added gcc/gcc-c++ to centos packages installation.
1 parent eaf7c3f commit 766bd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_on_push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
all:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-20.04
88
container:
99
image: centos:7
1010
timeout-minutes: 10
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
yum -y install epel-release https://repo.ius.io/ius-release-el7.rpm
1919
yum -y update
20-
yum -y install wget git222 cmake make unzip
20+
yum -y install wget git cmake make unzip gcc gcc-c++
2121
- name: Checkout sources
2222
uses: actions/checkout@v2
2323
- name: Install sdk

0 commit comments

Comments
 (0)