diff --git a/.drone.yml b/.drone.yml index 0d60501..2935768 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: thatcosmonaut/moonworks-build commands: - - dnf install -y git cmake + - dnf install -y git cmake SDL2-devel - git submodule update --recursive --init - cmake -E make_directory ./build - cd ./build