fix: install golang-go for jeannie-core build
Homelab Main / validate (push) Failing after 20s Details
Homelab Main / deploy (push) Has been skipped Details

This commit is contained in:
jv 2026-09-18 09:20:48 -05:00
parent 25e55e4d7a
commit bb909f139e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
set -e set -e
apt-get update && apt-get install -y python3-yaml apt-get update && apt-get install -y python3-yaml golang-go
- name: Validate repository - name: Validate repository
run: | run: |
set -e set -e
@ -38,7 +38,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
set -e set -e
apt-get update && apt-get install -y python3-yaml apt-get update && apt-get install -y python3-yaml golang-go
- name: Block automatic deploy for external Gitea changes - name: Block automatic deploy for external Gitea changes
run: | run: |
set -e set -e