ci: update apt index before installing

This commit is contained in:
Maximilian Hils 2021-05-21 18:00:14 +02:00 committed by GitHub
parent 5a03098d23
commit 8af4055e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.9' python-version: '3.9'
- run: sudo apt-get update
- run: sudo apt-get install -y twine awscli - run: sudo apt-get install -y twine awscli
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with: