sudo missing

pull/434/head
Rémi Laurent 2022-05-30 15:16:00 +02:00
parent 596f74e03a
commit 13a656617f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- name: install deps
run: apt install -y gettext
run: sudo apt-get update && sudo apt install -y gettext
# PHP
- name: Setup PHP