From ff566ec8106701374c197b44b1564c9d858556b0 Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Tue, 3 Dec 2019 14:13:00 -0500 Subject: [PATCH] Check if downgrading image will fix build. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43c046c..8d1f87e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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