Go requires git installed
Some checks failed
Build & Release Go Project / build (push) Failing after 40s

This commit is contained in:
j 2025-06-17 15:56:49 +10:00
parent 4ba111ff96
commit 3c2f929873

View file

@ -35,7 +35,7 @@ jobs:
- name: Prepare Build Environment
run: |
apt update && apt -y install zip nodejs curl jq golang
apt update && apt -y install zip nodejs curl jq golang git
- name: Checkout repo
uses: actions/checkout@v4