Skip to content

Commit 01f8923

Browse files
committed
Merge branch 'the-wgpu-moment' into 1305-wayland
2 parents 8400db5 + b40adac commit 01f8923

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/build-gradle.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v4
15+
with:
16+
submodules: true
1517
- name: Install Java
1618
uses: actions/setup-java@v4
1719
with:
@@ -64,6 +66,8 @@ jobs:
6466

6567
- name: Checkout Repository
6668
uses: actions/checkout@v4
69+
with:
70+
submodules: true
6771
- name: Install Java
6872
uses: actions/setup-java@v4
6973
with:
@@ -86,4 +90,4 @@ jobs:
8690
with:
8791
name: processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-br_${{ github.ref_name }}
8892
retention-days: 1
89-
path: app/build/compose/binaries/main/${{ matrix.binary }}
93+
path: app/build/compose/binaries/main/${{ matrix.binary }}

.github/workflows/pull_request-gradle.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4
16+
with:
17+
submodules: true
1618
- name: Install Java
1719
uses: actions/setup-java@v4
1820
with:
@@ -65,6 +67,8 @@ jobs:
6567

6668
- name: Checkout Repository
6769
uses: actions/checkout@v4
70+
with:
71+
submodules: true
6872
- name: Install Java
6973
uses: actions/setup-java@v4
7074
with:
@@ -87,4 +91,4 @@ jobs:
8791
with:
8892
name: processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-pr_${{ github.event.pull_request.number }}
8993
retention-days: 5
90-
path: app/build/compose/binaries/main/${{ matrix.binary }}
94+
path: app/build/compose/binaries/main/${{ matrix.binary }}

0 commit comments

Comments
 (0)