diff --git a/.drone.yml b/.drone.yml index e524ec3..0e606e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,6 @@ pipeline: - apt update - apt -y install make cmake gcc - mkdir cmake-build - - cd make-build + - cd cmake-build - cmake .. - make \ No newline at end of file