diff --git a/.drone.yml b/.drone.yml index 1c0eedd..f9941e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,4 @@ steps: image: euantorano/zig:0.9.1 commands: - zig build test - - ./zig-cache/o/b57ef32c79a05339fbe4a8eb648ff6df/test main.zig + - $(find zig-cache -name test) main.zig