fix(ci): install gcc for -race on fedora runner

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