From 587f74bf34d1b1f15b52ca14a57dd3c8e5269ea8 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sat, 27 Feb 2021 13:07:09 -0800 Subject: [PATCH] re-add SDL2-devel to build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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