diff --git a/.drone.yml b/.drone.yml index eadd33d..f50bbf6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,8 @@ name: default steps: - name: test-compiler - image: rikorose/gcc-cmake + image: archlinux commands: + - pacman -S cmake gcc llvm --noconfirm - cd code/compiler - ./test.sh