forked from IPKM/nmreval
added apt-get update and install for neede packages in workflow
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 ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- run: |
|
- run: |
|
||||||
|
apt-get -y update
|
||||||
apt-get -y install python3-yaml python3-requests
|
apt-get -y install python3-yaml python3-requests
|
||||||
- name: Update version info
|
- name: Update version info
|
||||||
run: ./tools/update_version.py
|
run: ./tools/update_version.py
|
||||||
|
Loading…
Reference in New Issue
Block a user