From 296979a86f2d5a05c4219b852412575f12d784ec Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Tue, 13 Jan 2026 06:03:18 +0100 Subject: [PATCH] CI: reenable Ubuntu native build --- .github/workflows/CI_master.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI_master.yml b/.github/workflows/CI_master.yml index dccd743ae2..2d8c6dbfb0 100644 --- a/.github/workflows/CI_master.yml +++ b/.github/workflows/CI_master.yml @@ -52,12 +52,12 @@ jobs: with: artifactBasename: Pixi-${{ github.run_id }} -# Ubuntu: -# needs: [Prepare] -# if: "!startsWith(github.head_ref, 'refs/heads/backport-')" -# uses: ./.github/workflows/sub_buildUbuntu.yml -# with: -# artifactBasename: Ubuntu-${{ github.run_id }} + Ubuntu: + needs: [Prepare] + if: "!startsWith(github.head_ref, 'refs/heads/backport-')" + uses: ./.github/workflows/sub_buildUbuntu.yml + with: + artifactBasename: Ubuntu-${{ github.run_id }} Windows: needs: [Prepare] @@ -83,6 +83,7 @@ jobs: needs: [ Prepare, Pixi, + Ubuntu, Windows, Lint ]