change apt to apt-get

This commit is contained in:
Aaron Riedel 2024-07-07 21:22:09 +02:00
parent 448504c25a
commit 55724198ff
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -6,7 +6,7 @@ steps:
- name: build - name: build
image: gcc:13 image: gcc:13
commands: commands:
- apt update && apt install -y cmake - apt-get update && apt-get install -y cmake
- git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer - git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer
- cd DarkflameServer - cd DarkflameServer
- ./build.sh -j4 - ./build.sh -j4