Try to fix compiler build failure
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danila Fedorin 2020-04-26 21:05:28 -07:00
parent 0fb315ec47
commit 144d5f3324
1 changed files with 1 additions and 1 deletions

View File

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