From d0aa8f5d6d3a69a6c5667d516cb1f10883ddf512 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 28 Jun 2024 14:00:34 +0200 Subject: [PATCH] update to gcc 13 to fix build issues --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 421ebf1..b75dc98 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,10 @@ kind: pipeline type: kubernetes -name: storagebox-exporter +name: darkflame-build steps: - name: build - image: gcc:12 + image: gcc:13 commands: - apt update && apt install -y cmake - git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer