From 6b2f49dd22034f806344ee37dbe490f58c8885be Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sat, 27 Feb 2021 13:03:23 -0800 Subject: [PATCH] trying new docker image --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f080f5a..0d60501 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,9 @@ name: default steps: - name: build - image: fedora + image: thatcosmonaut/moonworks-build commands: - - dnf install -y git cmake clang SDL2-devel + - dnf install -y git cmake - git submodule update --recursive --init - cmake -E make_directory ./build - cd ./build