From ae46d967b2240588a4bf8847655ca027aac9400e Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Wed, 18 Dec 2024 11:00:13 +0100 Subject: [PATCH] Change base from ubuntu20.04 to ubuntu22.04 and add possible dependencies --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 2e3b46a..0af9f2b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-22.04] steps: - name: Checkout code @@ -16,7 +16,7 @@ jobs: - name: Prepare system run: | apt-get update -qy - apt install -y libc6 cmake + apt install -y libc6 cmake gcc make - name: Install dependencies run: |