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