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