Skip to content

Commit

Permalink
chore: enable CGO for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed May 18, 2024
1 parent a484bbe commit 132878e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ environment:
GOPATH: c:\GOPATH
GOROOT: C:\go
GOVERSION: 1.21.0
# tree-sitter
CGO_ENABLED: 1
CC: C:\msys64\usr\bin\gcc.exe
init:
- cmd: set PATH=C:\MinGW\bin;%cd%/bin;%PATH%
- cmd: set PATH=C:\msys64\usr\bin;C:\MinGW\bin;%cd%/bin;%PATH%
install:
- set PATH=%GOPATH%\bin;c:\go\bin;C:\Ruby24\bin;%cd%;%PATH%

Expand Down

0 comments on commit 132878e

Please sign in to comment.