fix: install python3-yaml for jeannie validation
This commit is contained in:
parent
ff4d98aa4e
commit
25e55e4d7a
|
|
@ -15,6 +15,10 @@ jobs:
|
|||
run: |
|
||||
set -e
|
||||
git clone --depth 100 https://${{ secrets.GITEATOKEN }}@lab2025.duckdns.org/git/jv/my-homelab-configs.git .
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
set -e
|
||||
apt-get update && apt-get install -y python3-yaml
|
||||
- name: Validate repository
|
||||
run: |
|
||||
set -e
|
||||
|
|
@ -31,6 +35,10 @@ jobs:
|
|||
run: |
|
||||
set -e
|
||||
git clone --depth 100 https://${{ secrets.GITEATOKEN }}@lab2025.duckdns.org/git/jv/my-homelab-configs.git .
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
set -e
|
||||
apt-get update && apt-get install -y python3-yaml
|
||||
- name: Block automatic deploy for external Gitea changes
|
||||
run: |
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in New Issue