From 2f357d48ac449cb1b37ce01bd7f86bde008bdd00 Mon Sep 17 00:00:00 2001 From: Linus109 Date: Sun, 23 Nov 2025 13:47:03 +0100 Subject: [PATCH] oops --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 839246e..c04ba3b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: test - image: clang + image: silkeh/clang commands: - clang hello.c -o hello - ./hello