From df965816ac2bee5777fe52b90d2f341184e0e640 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 11 Feb 2020 18:53:39 -0800 Subject: [PATCH] Update pacman command to download database files. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f50bbf6..a791401 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,6 @@ steps: - name: test-compiler image: archlinux commands: - - pacman -S cmake gcc llvm --noconfirm + - pacman -Sy cmake gcc llvm --noconfirm - cd code/compiler - ./test.sh