From 3750c7afae3874d4661cb31349137f125540abaa Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Fri, 17 Apr 2020 18:17:36 +0000 Subject: [PATCH] sdfghj --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 903bffe..5904845 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: archlinux commands: - pacman -Sy --noconfirm - - pacman -S cmake --noconfirm + - pacman -S cmake make --noconfirm - mkdir build - cd build - cmake .. @@ -18,7 +18,7 @@ steps: image: archlinux commands: - pacman -Sy --noconfirm - - pacman -S cmake --noconfirm + - pacman -S cmake make --noconfirm - mkdir build - cd build - cmake ..