From f8bfecc983b5df553ae4ac97052926c6b1f9036e Mon Sep 17 00:00:00 2001 From: kayomn Date: Tue, 1 Nov 2022 16:09:04 +0000 Subject: [PATCH] Add Alpine SDL2 to Drone CI dependencies --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9383551..2c98056 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,6 @@ steps: - name: build & test image: euantorano/zig:0.9.1 commands: - - apk --no-cache add build-base + - apk --no-cache add build-base sdl2 - zig build - ./zig-out/test main.zig