From 15a7502b3f34cc1adc2e27058346aa9a651a8248 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Thu, 4 Jan 2024 22:11:56 +0100 Subject: [PATCH] Zonder ubuntu --- .gitea/workflows/compile.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index 4b1bcdd..aca6558 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -4,7 +4,7 @@ on: - push jobs: - Ubuntu-bullseye-compile: + Fedora-38-compile: runs-on: fedora-38 steps: - name: Check out repository code @@ -15,14 +15,14 @@ jobs: with: name: x86_64-ubuntu-bulseye-wait path: wait - Fedora-38-compile: - runs-on: node-ubuntu-bullseye - steps: - - name: Check out repository code - uses: actions/checkout@v3 - - name: Compile - run: make - - uses: actions/upload-artifact@v3 - with: - name: x86_64-fedora-38-wait - path: wait +# Ubuntu-bullseye-compile: +# runs-on: node-ubuntu-bullseye +# steps: +# - name: Check out repository code +# uses: actions/checkout@v3 +# - name: Compile +# run: make +# - uses: actions/upload-artifact@v3 +# with: +# name: x86_64-fedora-38-wait +# path: wait