chore: update ci
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-06-29 23:57:06 -05:00
parent 9e4c3a9ad4
commit da7eaa4351
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ name: default
steps: steps:
- name: zig build-exe - name: zig build-exe
image: ubuntu:focal image: archlinux:basedevel
commands: commands:
- apt-get update - pacman -Syu
- snap install zig --beta --classic - pacman -S zig
- zig build - zig build