CI: reenable Ubuntu native build

This commit is contained in:
Furgo
2026-01-13 06:03:18 +01:00
parent e7aa3d931a
commit 296979a86f

View File

@@ -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
]