From 66c46c4bbdbedea3b9d22c059d710a6bbc3b377f Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sat, 27 Feb 2021 14:58:40 -0800 Subject: [PATCH] docker image has SDL2-devel --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d98faeb..7e675b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ steps: - name: build-linux image: thatcosmonaut/moonworks-build commands: - - dnf install -y SDL2-devel - git submodule update --recursive --init - cmake -E make_directory ./build - cd ./build @@ -16,7 +15,6 @@ steps: - name: build-windows image: thatcosmonaut/moonworks-build commands: - - dnf install -y SDL2-devel - git submodule update --recursive --init - cmake -E make_directory ./windows-build - cd ./windows-build