Skip to content

Commit

Permalink
chore: fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Apr 2, 2024
1 parent a95df23 commit 51720d6
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 @@ -6,8 +6,8 @@ environment:
GOROOT: C:\go
GOVERSION: 1.21.0
init:
- cmd: set PATH=C:\MinGW\bin;%cd%/bin;%PATH%
- cmd: copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
- cmd: SET PATH=C:\MinGW\usr\bin;C:\MinGW\bin;%cd%/bin;%PATH%
- cmd: COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe
install:
- set PATH=%GOPATH%\bin;c:\go\bin;C:\Ruby24\bin;%cd%;%PATH%

Expand Down

0 comments on commit 51720d6

Please sign in to comment.