testing
Some checks failed
continuous-integration/drone Build was killed

This commit is contained in:
Linus109
2025-11-23 12:43:57 +01:00
parent 3b2dea762c
commit 615d476bc0

View File

@@ -4,7 +4,6 @@ name: default
steps: steps:
- name: test - name: test
image: silkeh/clang:latest image: alpine
commands: commands:
- clang hello.c -o hello - echo "Hello World"
- ./hello