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