Skip to content

Commit

Permalink
👷 forgot old PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jun 24, 2018
1 parent 989ad9b commit 937d68e
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 @@ -46,7 +46,7 @@ init:
- msbuild /version

install:
- if "%COMPILER%"=="mingw" set PATH=C:\MinGW\bin
- if "%COMPILER%"=="mingw" set PATH=C:\MinGW\bin;%PATH%

before_build:
- cmake . -G "%GENERATOR%" -DCMAKE_CXX_FLAGS="%FLAGS%" -DCMAKE_IGNORE_PATH="C:/Program Files/Git/usr/bin"
Expand Down

0 comments on commit 937d68e

Please sign in to comment.