Skip to content

Commit adb664b

Browse files
committed
sudo needed for apt-get
(Sorry for the commit spam, testing github actions..)
1 parent 7423937 commit adb664b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-migrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Install dependencies
1313
run: |
14-
apt-get -y install python3 python3-psycopg2 python3-yaml python3-virtualenv python3-tidylib \
14+
sudo apt-get -y install python3 python3-psycopg2 python3-yaml python3-virtualenv python3-tidylib \
1515
python3-dateutil python3-markdown python3-pycurl python3-pylibmc python3-tz \
1616
pginfra-wrap-uwsgi uwsgi-plugin-python3 python3-libsass pginfra-wrap-virtualenv \
1717
python3-requests python3-pycryptodome python3-sqlparse python3-qrcode python3-asgiref

0 commit comments

Comments
 (0)