clang again
Some checks failed
continuous-integration/drone Build encountered an error

This commit is contained in:
Linus109
2025-11-23 13:44:25 +01:00
parent bd7e7988cf
commit 62ef49319a

View File

@@ -8,6 +8,7 @@ platform:
steps:
- name: test
image: alpine
image: clang
commands:
- echo "Hello World"
- clang hello.c -o hello
- ./hello