Update .drone.yml
continuous-integration/drone/push Build encountered an error

This commit is contained in:
fr
2023-11-21 20:11:20 +01:00
parent 844da04cc3
commit 4f4f1dad3a
+1 -1
View File
@@ -5,4 +5,4 @@ name: default
steps:
- name: build
image: gcc
command: ["rm config.h; make clean"]
command: ["make clean"]