Skip to content

Commit 310d10e

Browse files
committed
get tracy submodule
1 parent 746fde2 commit 310d10e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
cache: gradle
3737

3838
- name: Build with Gradle
39-
run: gradle clean build -PjavacRelease=${{ matrix.java }}
39+
run: |
40+
git submodule update --init
41+
gradle clean build -PjavacRelease=${{ matrix.java }}
4042
4143
- name: SHA256
4244
if: matrix.upload

0 commit comments

Comments
 (0)