Skip to content

Commit de10907

Browse files
author
Joshua O'Leary
committed
mariadb-client (2)
1 parent 2fa4ebe commit de10907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272

7373
- name: Install
7474
run: |
75-
apt-get update
76-
apt-get install -y mariadb-client-10.6
75+
sudo apt-get update
76+
sudo apt-get install -y mariadb-client-10.6
7777
python setup.py develop
7878
pip install -e .
7979
pip install -r requirements_test.txt

0 commit comments

Comments
 (0)