From d53d777c31b39bfad2d2ceeaba37f3586c024825 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sat, 27 Feb 2021 15:06:38 -0800 Subject: [PATCH] never mind --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 260b0ca..7e675b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build-linux - image: thatcosmonaut/moonworks-build:latest + image: thatcosmonaut/moonworks-build commands: - git submodule update --recursive --init - cmake -E make_directory ./build @@ -13,7 +13,7 @@ steps: - make - name: build-windows - image: thatcosmonaut/moonworks-build:latest + image: thatcosmonaut/moonworks-build commands: - git submodule update --recursive --init - cmake -E make_directory ./windows-build