update to gcc 13 to fix build issues
This commit is contained in:
parent
921823576c
commit
d0aa8f5d6d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue