fix: test sudo permission
This commit is contained in:
parent
5cd404fd39
commit
2cae8bf492
|
@ -74,7 +74,7 @@ jobs:
|
||||||
run: php -v
|
run: php -v
|
||||||
|
|
||||||
- name: install tools deps
|
- name: install tools deps
|
||||||
run: apt install mariadb-client -y
|
run: sudo apt install mariadb-client -y
|
||||||
|
|
||||||
- name: Add bootstrap-config
|
- name: Add bootstrap-config
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue