From e3ff1f259e0b39de110f432a153a761a3d406eba Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 1 Mar 2021 09:29:46 -0800 Subject: [PATCH] fix: OK, try the gcc image, see if that will do it --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fb12161..eea527f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: - mkdir -p lib - curl -o lib/sunshine.jar -L 'http://artifacts.metaborg.org/service/local/artifact/maven/redirect?r=snapshots&g=org.metaborg&a=org.metaborg.sunshine2&v=LATEST' - name: setup_gen - image: silkeh/clang + image: gcc volumes: - name: m2 path: /root/.m2