chore: update ci config
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-06-30 00:00:52 -05:00
parent 36a759bdae
commit 5e8d0179b6
1 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ steps:
- name: zig build-exe - name: zig build-exe
image: fedora:latest image: fedora:latest
commands: commands:
- dnf upgrade - dnf update
- dnf install zig - dnf install zig -y
- zig build - zig build