Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed May 18, 2024
1 parent b51054c commit cdec243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ environment:
GOPATH: c:\GOPATH
GOROOT: C:\go
GOVERSION: 1.21.0
# tree-sitter
CGO_ENABLED: 1
init:
- cmd: set PATH=C:\MinGW\bin;%cd%/bin;%PATH%
install:
- set PATH=%GOPATH%\bin;c:\go\bin;C:\Ruby24\bin;%cd%;%PATH%
- set PATH=c:\MinGW\bin;%PATH%

- rmdir C:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip
Expand Down

0 comments on commit cdec243

Please sign in to comment.