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

Commit

Permalink
CI: Update Full_Startup_Checks (mariadb)
Browse files Browse the repository at this point in the history
  • Loading branch information
zach2good authored Nov 8, 2020
1 parent 019d51b commit 36c0776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ jobs:
fi
Full_Startup_Checks:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
services:
mysql:
image: mariadb:10.1
image: mariadb
env:
MYSQL_DATABASE: tpzdb
MYSQL_ROOT_PASSWORD: root
Expand All @@ -142,7 +142,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
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
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
- name: Configure CMake
run: |
cmake .
Expand Down

0 comments on commit 36c0776

Please sign in to comment.