diff --git a/.drone.yml b/.drone.yml index af6c590..2d6f8a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build - image: gcc + image: archlinux commands: - apt install -y cmake - mkdir build @@ -14,7 +14,7 @@ steps: steps: - name: test - image: gcc + image: archlinux commands: - apt install -y cmake - mkdir build