Small code cleanup.

This commit is contained in:
Mr_Goldberg 2019-12-03 13:39:17 -05:00
parent 1125f33675
commit 10cd4cea80
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 3 additions and 7 deletions

View file

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