Skip to content

Commit b08fbd1

Browse files
committed
Add modular build xc
1 parent aea3312 commit b08fbd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-everything.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix: ${{ fromJson(needs.prepare-matrix.outputs.matrix) }}
32-
uses: a-sit-plus/internal-workflows/.github/workflows/build-matrix-entry.yml@feature/modularTests
32+
uses: a-sit-plus/internal-workflows/.github/workflows/build-jar-matrix-entry.yml@feature/modularTests
3333
with:
3434
module: ${{ matrix.module }}
3535
kotlin-version: ${{ inputs.kotlinVersion }}
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix: ${{ fromJson(needs.prepare-matrix.outputs.matrix) }}
43-
uses: a-sit-plus/internal-workflows/.github/workflows/build-matrix-entry.yml@feature/modularTests
43+
uses: a-sit-plus/internal-workflows/.github/workflows/build-xc-matrix-entry.yml@feature/modularTests
4444
with:
4545
module: ${{ matrix.module }}
4646
artifact-name: ${{ matrix.artifactName }}

0 commit comments

Comments
 (0)