Fixed permission issue on apt-get

This commit is contained in:
Théo DURR 2022-08-25 21:19:23 +02:00
parent cdaa204ba2
commit 111bcc8e60
No known key found for this signature in database
GPG Key ID: 708858E9F7281E30
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ jobs:
- name: Install dependencies
run: |
apt-get update
apt-get install gettext libxapian-dev libgraphviz-dev
sudo apt-get update
sudo apt-get install gettext libxapian-dev libgraphviz-dev
- name: Install poetry
run: |