Update .gitlab-ci.yml

This commit is contained in:
Nemirtingas 2019-12-06 13:11:54 +00:00
parent d1a4adc5bd
commit e72d0590af
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ build_cmake_windows:
image: fedora:29
before_script:
- dnf -y install wine wget p7zip sed dos2unix
- dnf -y install wine wget p7zip sed dos2unix unzip
- wget 'https://gitlab.com/Mr_Goldberg/goldberg_emulator/uploads/48db8f434a193aae872279dc4f5dde6a/sdk_standalone.7z'
- 7za x sdk_standalone.7z -osdk_standalone
- wget 'https://github.com/Kitware/CMake/releases/download/v3.15.0-rc1/cmake-3.15.0-rc1-win64-x64.zip'