fix(ci): install gcc for -race on fedora runner
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user