From 20033769c50b941c0c4232ca10a85a6c8a6676a9 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sat, 27 Feb 2021 14:18:31 -0800 Subject: [PATCH] docker image takes care of some of these packages --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a997bc3..d98faeb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build-linux image: thatcosmonaut/moonworks-build commands: - - dnf install -y git cmake SDL2-devel + - dnf install -y SDL2-devel - git submodule update --recursive --init - cmake -E make_directory ./build - cd ./build @@ -16,7 +16,7 @@ steps: - name: build-windows image: thatcosmonaut/moonworks-build commands: - - dnf install -y git cmake SDL2-devel + - dnf install -y SDL2-devel - git submodule update --recursive --init - cmake -E make_directory ./windows-build - cd ./windows-build