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 132878e commit 4f225ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ environment:
GOVERSION: 1.21.0
# tree-sitter
CGO_ENABLED: 1
CC: C:\msys64\usr\bin\gcc.exe
CC: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\bin\gcc.exe
init:
- cmd: set PATH=C:\msys64\usr\bin;C:\MinGW\bin;%cd%/bin;%PATH%
- cmd: set PATH=C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\bin;%cd%/bin;%PATH%
install:
- set PATH=%GOPATH%\bin;c:\go\bin;C:\Ruby24\bin;%cd%;%PATH%

Expand Down

0 comments on commit 4f225ba

Please sign in to comment.