github workflow: sudo required for apt-get

This commit is contained in:
Mario Fink 2021-09-21 16:54:44 +02:00
parent e009ceb826
commit 53d607db2c

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Install make - name: Install make
run: apt-get install make run: sudo apt-get install -y make
- name: Prepare files - name: Prepare files
run: make setup run: make setup
working-directory: python/ working-directory: python/