From 2274cb412e9d84fd7b430a416bc2744391e6649b Mon Sep 17 00:00:00 2001 From: kayomn Date: Wed, 19 Apr 2023 00:28:19 +0100 Subject: [PATCH] Change Drone script to use the Zig master branch --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f9941e1..c4d3c49 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: continuous integration steps: - name: build & test - image: euantorano/zig:0.9.1 + image: euantorano/zig:master commands: - zig build test - $(find zig-cache -name test) main.zig