fix: test sudo permission

This commit is contained in:
vnmedeiros 2024-03-13 10:43:35 -03:00
parent 5cd404fd39
commit 2cae8bf492
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
run: php -v
- name: install tools deps
run: apt install mariadb-client -y
run: sudo apt install mariadb-client -y
- name: Add bootstrap-config
run: |