Skip to content
This repository was archived by the owner on Dec 4, 2020. It is now read-only.

Commit 36c0776

Browse files
authored
CI: Update Full_Startup_Checks (mariadb)
1 parent 019d51b commit 36c0776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ jobs:
125125
fi
126126
127127
Full_Startup_Checks:
128-
runs-on: ubuntu-18.04
128+
runs-on: ubuntu-20.04
129129
services:
130130
mysql:
131-
image: mariadb:10.1
131+
image: mariadb
132132
env:
133133
MYSQL_DATABASE: tpzdb
134134
MYSQL_ROOT_PASSWORD: root
@@ -142,7 +142,7 @@ jobs:
142142
- name: Install Dependencies
143143
run: |
144144
sudo apt-get update
145-
sudo apt-get install -y software-properties-common cmake mariadb-server libmariadb-dev-compat libluajit-5.1-dev libzmq3-dev zlib1g-dev libssl-dev luarocks python3.7
145+
sudo apt-get install -y software-properties-common cmake mariadb-server-10.3 mariadb-client-10.3 libmariadb-dev-compat libluajit-5.1-dev libzmq3-dev zlib1g-dev libssl-dev luarocks python3.7
146146
- name: Configure CMake
147147
run: |
148148
cmake .

0 commit comments

Comments
 (0)