From 2c755a15a2d4cdf293a3c2989a40e83929a69529 Mon Sep 17 00:00:00 2001 From: tobid7 Date: Sun, 10 Mar 2024 08:17:54 +0100 Subject: [PATCH] _ --- .gitea/workflows/{main.yaml.dis => main.yaml} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename .gitea/workflows/{main.yaml.dis => main.yaml} (68%) diff --git a/.gitea/workflows/main.yaml.dis b/.gitea/workflows/main.yaml similarity index 68% rename from .gitea/workflows/main.yaml.dis rename to .gitea/workflows/main.yaml index 88439b7..5f49752 100644 --- a/.gitea/workflows/main.yaml.dis +++ b/.gitea/workflows/main.yaml @@ -3,16 +3,17 @@ run-name: Build-Test bannertool on: [push] jobs: - linux-x64: + linux-test: runs-on: ubuntu-latest - container: dockcross/linux-x64 steps: - name: Checkout uses: actions/checkout@v2 - name: Build run: | - dockcross cmake -B cmake-build-debug - dockcross cmake --build cmake-build-debug + apt update -y + apt install build-essential cmake -y + cmake -B cmake-build-debug + cmake --build cmake-build-debug - name: upload artifact uses: actions/upload-artifact@v2 with: