Change Drone script to use the Zig master branch
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-04-19 00:28:19 +01:00
parent 359fcd190d
commit 2274cb412e
1 changed files with 1 additions and 1 deletions

View File

@ -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