github workflow: sudo required for apt-get
This commit is contained in:
parent
e009ceb826
commit
53d607db2c
2
.github/workflows/pypi-deploy.yml
vendored
2
.github/workflows/pypi-deploy.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Install make
|
||||
run: apt-get install make
|
||||
run: sudo apt-get install -y make
|
||||
- name: Prepare files
|
||||
run: make setup
|
||||
working-directory: python/
|
||||
|
Loading…
x
Reference in New Issue
Block a user