From 07a9a90cea8ddc3f4ea922e49177a1dd8aad995f Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Fri, 17 Apr 2020 18:14:33 +0000 Subject: [PATCH] ukyfdiu --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ..