mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
[v1.4.4] add sudo to workflow
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -22,8 +22,8 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get -y install gettext
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install gettext
|
||||
python -m pip install pip setuptools django poetry
|
||||
# compile messages to get .mo files
|
||||
django-admin compilemessages
|
||||
|
||||
Reference in New Issue
Block a user