diff --git a/.drone.yml b/.drone.yml index 2d6f8a9..0a7e0d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: archlinux commands: - - apt install -y cmake + - pacman -S cmake --noconfirm - mkdir build - cd build - cmake .. @@ -16,7 +16,7 @@ steps: - name: test image: archlinux commands: - - apt install -y cmake + - pacman -S cmake --noconfirm - mkdir build - cd build - cmake ..