diff --git a/.drone.yml b/.drone.yml index 7b216cb..7ef536b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: build image: gcc:12 commands: + - apt update && apt install -y cmake - git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer - cd DarkflameServer - ./build.sh -j4