Skip to content

Commit

Permalink
use meson 0.59 in appveyor, see marzer/tomlplusplus#121
Browse files Browse the repository at this point in the history
  • Loading branch information
Tachi107 committed Oct 24, 2021
1 parent 22e69e0 commit 880f3c6
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 @@ -20,7 +20,7 @@ install:
# Add necessary paths to PATH variable
- cmd: set PATH=%cd%;%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PATH%
# Install meson and ninja
- cmd: pip install --quiet ninja meson
- cmd: pip install --quiet ninja meson==0.59.3
# Set up the build environment
- cmd: if %compiler%==msvc2019 ( call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %arch% )

Expand Down

0 comments on commit 880f3c6

Please sign in to comment.