From 5dfb005e160d4dbe59771281c07fe663104a92d6 Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Fri, 17 Apr 2020 18:11:09 +0000 Subject: [PATCH] work nwo --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index af6c590..2d6f8a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build - image: gcc + image: archlinux commands: - apt install -y cmake - mkdir build @@ -14,7 +14,7 @@ steps: steps: - name: test - image: gcc + image: archlinux commands: - apt install -y cmake - mkdir build