Skip to content

Commit 8587838

Browse files
committed
update:build workflows
1 parent 1edd586 commit 8587838

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/linuxbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout dependency repository (xengine)
3232
uses: actions/checkout@v4
3333
with:
34-
repository: libxengine/xengine
34+
repository: libxengine/libxengine
3535
path: libxengine
3636

3737
- name: sub module checkout (opensource)

.github/workflows/macbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ permissions:
1212
jobs:
1313
build:
1414
strategy:
15+
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
16+
fail-fast: false
1517
matrix:
1618
include:
1719
- os: macos-13
@@ -29,7 +31,7 @@ jobs:
2931
- name: Checkout dependency repository (xengine)
3032
uses: actions/checkout@v4
3133
with:
32-
repository: libxengine/xengine
34+
repository: libxengine/libxengine
3335
path: libxengine
3436

3537
- name: sub module checkout (opensource)

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout dependency repository (xengine)
3232
uses: actions/checkout@v4
3333
with:
34-
repository: libxengine/xengine
34+
repository: libxengine/libxengine
3535
path: xengine
3636

3737
- name: sub module checkout (opensource)

0 commit comments

Comments
 (0)