sudo
This commit is contained in:
parent
1fc0eb70e0
commit
5ab54609b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
- name: Set up database
|
||||
run: |
|
||||
apt update
|
||||
sudo apt update
|
||||
mkdir -p data/config
|
||||
if [[ "${{ matrix.database }}" == "pgsql" ]]; then
|
||||
sudo apt-get install -y postgresql-client ;
|
||||
|
|
Reference in a new issue