mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Fixed permission issue on apt-get
This commit is contained in:
parent
cdaa204ba2
commit
111bcc8e60
4
.github/workflows/unittests.yml
vendored
4
.github/workflows/unittests.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user