added apt-get update and install for neede packages in workflow
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 12s
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 12s
This commit is contained in:
parent
98c9354883
commit
2a1852b4ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user