From bf8457ab35120d9ad8cc79cadc3e2a1fd98b9e8b Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Wed, 30 Jun 2021 00:01:42 -0500 Subject: [PATCH] chore: update ci config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a8c223b..a5a1e18 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,6 @@ steps: - name: zig build-exe image: fedora:latest commands: - - dnf update + # - dnf update - dnf install zig -y - zig build \ No newline at end of file