From cda0877fd00b8a8de8f65fc8e0a8f170c8f7d915 Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Sat, 29 Oct 2022 16:34:21 +0200 Subject: [PATCH] switch to ubuntu jammy --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6328679..c8660d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: commands: - apt-get update - apt-get upgrade - - apt-get install curl zip git + - apt-get -y install curl zip git - chmod +x tools/build.sh - bash tools/build.sh - name: release