Check if downgrading image will fix build.
parent
10cd4cea80
commit
ff566ec810
|
@ -56,7 +56,7 @@ build_steamos:
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
stage: build
|
stage: build
|
||||||
image: fedora:30
|
image: fedora:29
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- dnf -y install wine wget p7zip sed dos2unix
|
- dnf -y install wine wget p7zip sed dos2unix
|
||||||
|
@ -107,7 +107,7 @@ build_cmake_linux:
|
||||||
|
|
||||||
build_cmake_windows:
|
build_cmake_windows:
|
||||||
stage: build
|
stage: build
|
||||||
image: fedora:30
|
image: fedora:29
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- dnf update -y
|
- dnf update -y
|
||||||
|
|
Loading…
Reference in New Issue