change apt to apt-get
This commit is contained in:
parent
448504c25a
commit
55724198ff
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ steps:
|
|||
- name: build
|
||||
image: gcc:13
|
||||
commands:
|
||||
- apt update && apt install -y cmake
|
||||
- apt-get update && apt-get install -y cmake
|
||||
- git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer
|
||||
- cd DarkflameServer
|
||||
- ./build.sh -j4
|
||||
|
|
Loading…
Reference in a new issue