Update pacman command to download database files.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danila Fedorin 2020-02-11 18:53:39 -08:00
parent c7341c9b15
commit df965816ac
1 changed files with 1 additions and 1 deletions

View File

@ -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