diff --git a/.drone.yml b/.drone.yml index b75dc98..e8f864d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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