diff --git a/.drone.yml b/.drone.yml index e6111c2..1194e2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: gcc commands: - apt install -y cmake + - apt install -y cmake - mkdir build - cd build - cmake .. @@ -16,6 +16,7 @@ steps: - name: test image: alpine commands: + - apt install -y cmake - mkdir build - cd build - cmake ..