From 144d5f3324657c631741add1cd1b0aab85d52bdf Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 26 Apr 2020 21:05:28 -0700 Subject: [PATCH] Try to fix compiler build failure --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 80ba8ad..0255d70 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: test-compiler image: archlinux commands: - - pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm + - pacman -Sy cmake gcc make llvm bison flex gettext libffi --noconfirm - cd code/compiler - ./test.sh - name: build-live