CI: reenable Ubuntu native build
This commit is contained in:
13
.github/workflows/CI_master.yml
vendored
13
.github/workflows/CI_master.yml
vendored
@@ -52,12 +52,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
artifactBasename: Pixi-${{ github.run_id }}
|
artifactBasename: Pixi-${{ github.run_id }}
|
||||||
|
|
||||||
# Ubuntu:
|
Ubuntu:
|
||||||
# needs: [Prepare]
|
needs: [Prepare]
|
||||||
# if: "!startsWith(github.head_ref, 'refs/heads/backport-')"
|
if: "!startsWith(github.head_ref, 'refs/heads/backport-')"
|
||||||
# uses: ./.github/workflows/sub_buildUbuntu.yml
|
uses: ./.github/workflows/sub_buildUbuntu.yml
|
||||||
# with:
|
with:
|
||||||
# artifactBasename: Ubuntu-${{ github.run_id }}
|
artifactBasename: Ubuntu-${{ github.run_id }}
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
needs: [Prepare]
|
needs: [Prepare]
|
||||||
@@ -83,6 +83,7 @@ jobs:
|
|||||||
needs: [
|
needs: [
|
||||||
Prepare,
|
Prepare,
|
||||||
Pixi,
|
Pixi,
|
||||||
|
Ubuntu,
|
||||||
Windows,
|
Windows,
|
||||||
Lint
|
Lint
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user