From 3e734ccf74514451aea5cffc503feb2a814e2218 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sun, 7 Jul 2024 00:37:18 +0200 Subject: [PATCH] Fix missing environment variables --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 362660f..c94229c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,11 +2,13 @@ kind: pipeline type: docker name: continuous integration +environment: + ZIG_VERSION: 0.13.0 + steps: - name: setup image: ubuntu:latest - environment: - ZIG_VERSION: 0.13.0 + commands: - apt-get update - apt-get install -y xz-utils wget libsdl2-dev glslang-tools spirv-tools