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: steps:
- name: build - name: build
image: gcc image: gcc
command: ["rm config.h; make clean"] command: ["make clean"]