Check if downgrading image will fix build.

This commit is contained in:
Mr_Goldberg 2019-12-03 14:13:00 -05:00
parent 10cd4cea80
commit ff566ec810
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ build_steamos:
build_windows:
stage: build
image: fedora:30
image: fedora:29
script:
- dnf -y install wine wget p7zip sed dos2unix
@ -107,7 +107,7 @@ build_cmake_linux:
build_cmake_windows:
stage: build
image: fedora:30
image: fedora:29
before_script:
- dnf update -y