pipeline fix
Some checks failed
continuous-integration/drone Build was killed

This commit is contained in:
Linus109
2025-11-23 11:39:24 +01:00
parent 39ea0ce715
commit 3b2dea762c

View File

@@ -1,9 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: clang
image: silkeh/clang:latest
commands:
- clang hello.c -o hello
- ./hello