Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Filip Rojek 2023-11-21 20:11:20 +01:00
parent 844da04cc3
commit 4f4f1dad3a

View File

@ -5,4 +5,4 @@ name: default
steps:
- name: build
image: gcc
command: ["rm config.h; make clean"]
command: ["make clean"]