fix(ci): install gcc for -race on fedora runner
Test / vet (push) Successful in 39s
Release / release (push) Successful in 15s
Test / test (push) Successful in 1m15s
Test / toml-test (push) Successful in 42s

This commit is contained in:
2026-07-26 18:46:35 +02:00
parent 376a1120fe
commit a73d3097d0
+3
View File
@@ -39,6 +39,9 @@ jobs:
with:
go-version: "1.26"
- name: Install C compiler
run: sudo dnf install -y gcc
- name: go test -race
env:
CGO_ENABLED: "1"