ci: update apt index before installing
This commit is contained in:
parent
5a03098d23
commit
8af4055e3b
|
@ -229,6 +229,7 @@ jobs:
|
|||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- run: sudo apt-get update
|
||||
- run: sudo apt-get install -y twine awscli
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue