Skip to content

Commit b0ccd51

Browse files
committed
fix: avoid cgo
1 parent 0443c86 commit b0ccd51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
name: test (${{ matrix.name }})
3636
needs: commitlint
3737
runs-on: ${{ matrix.runner }}
38+
env:
39+
CGO_ENABLED: "0"
3840
strategy:
3941
fail-fast: false
4042
matrix:

0 commit comments

Comments
 (0)