sudo missing
parent
596f74e03a
commit
13a656617f
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: apt install -y gettext
|
run: sudo apt-get update && sudo apt install -y gettext
|
||||||
|
|
||||||
# PHP
|
# PHP
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
|
|
Loading…
Reference in New Issue