mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 18:42:29 +01:00
Add apt update to CI
This commit is contained in:
parent
4d1b4dcc95
commit
7515bb2140
@ -53,6 +53,7 @@ build:linux_debug:
|
||||
needs:
|
||||
- check
|
||||
script:
|
||||
- sudo apt-get update -y
|
||||
- sudo apt install build-essential libgl1-mesa-dev lld ninja-build cmake
|
||||
- cd Tools
|
||||
- python build.py -t debug
|
||||
@ -71,6 +72,7 @@ build:linux_release:
|
||||
needs:
|
||||
- check
|
||||
script:
|
||||
- sudo apt-get update -y
|
||||
- sudo apt install build-essential libgl1-mesa-dev lld ninja-build cmake
|
||||
- cd Tools
|
||||
- python build.py -t release
|
||||
|
Loading…
Reference in New Issue
Block a user