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 e16e390 commit 4146cec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
GOVERSION: 1.21.0
# tree-sitter
CGO_ENABLED: 1
CC: gcc.exe
CC: C:\msys64\usr\bin\gcc.exe
init:
- cmd: set PATH=C:\MinGW\bin;%cd%/bin;%PATH%
install:
Expand All @@ -25,7 +25,6 @@ install:
- gem install asciidoctor

- choco install xsltproc
- choco install mingw -y
# Git on AppVeyor includes a non-functional xsltproc. Remove this.
- if exist "%ProgramFiles%\Git\usr\bin\xsltproc.exe" del "%ProgramFiles%\Git\usr\bin\xsltproc.exe"

Expand Down

0 comments on commit 4146cec

Please sign in to comment.