fix(ci): install gcc for race detector support
CI / test (pull_request) Successful in 4m41s
CI / lint (pull_request) Successful in 1m17s

This commit is contained in:
2026-05-24 12:49:21 -04:00
parent 5915e0ebe3
commit 26268bb6ef
+3
View File
@@ -18,6 +18,9 @@ jobs:
with:
go-version: "1.24"
- name: Install build tools
run: apk add --no-cache gcc musl-dev
- name: Vet
run: go vet ./...