From da7eaa4351a7fe6a08b45f069ee716c104c8928d Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Tue, 29 Jun 2021 23:57:06 -0500 Subject: [PATCH] chore: update ci --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 161b3f9..6bd2999 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,8 @@ name: default steps: - name: zig build-exe - image: ubuntu:focal + image: archlinux:basedevel commands: - - apt-get update - - snap install zig --beta --classic + - pacman -Syu + - pacman -S zig - zig build \ No newline at end of file