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 4146cec commit 6d9c08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
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 6d9c08a

Please sign in to comment.