added apt-get update and install for neede packages in workflow
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 12s

This commit is contained in:
Markus Rosenstihl 2023-12-06 14:30:48 +01:00
parent 98c9354883
commit 2a1852b4ca

View File

@ -14,6 +14,7 @@ jobs:
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: |
apt-get -y update
apt-get -y install python3-yaml python3-requests
- name: Update version info
run: ./tools/update_version.py