Commit 5eebef99 authored by Olivier Crête's avatar Olivier Crête

gitlab-ci: Lock meson to 0.56.2

parent 3b206363
...@@ -38,7 +38,7 @@ build msys2: ...@@ -38,7 +38,7 @@ build msys2:
ErrorActionPreference: 'Stop' ErrorActionPreference: 'Stop'
WarningPreference: 'Stop' WarningPreference: 'Stop'
before_script: before_script:
- pip3 install -U meson - pip3 install -U meson==0.56.2
script: script:
# Make sure powershell exists on errors # Make sure powershell exists on errors
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6 # https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment