build: Installl git in gccgo hydrun target

This commit is contained in:
Felicitas Pojtinger
2023-09-13 01:47:09 +02:00
parent e78f1f1b6f
commit 32b3ddea16
2 changed files with 3 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ jobs:
src: .
os: golang:bookworm
flags: ""
cmd: go test ./...
cmd: GOFLAGS="-short" ./Hydrunfile test
dst: out/*
- id: go-stfs
src: .