From 62ef49319a430b42bfd0bd2069934c597c51db41 Mon Sep 17 00:00:00 2001 From: Linus109 Date: Sun, 23 Nov 2025 13:44:25 +0100 Subject: [PATCH] clang again --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1a3c31e..839246e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ platform: steps: - name: test - image: alpine + image: clang commands: - - echo "Hello World" + - clang hello.c -o hello + - ./hello