build: Downgrade meson in CI script
It failed to finish the build otherwise: https://github.com/mesonbuild/meson/issues/3892
This commit is contained in:
parent
19e7b217c1
commit
22277c7277
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ variables:
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES
|
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES && rpm -Uvh --oldpackage https://kojipkgs.fedoraproject.org//packages/meson/0.46.1/2.fc29/noarch/meson-0.46.1-2.fc29.noarch.rpm
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue