Skip to content

Commit

Permalink
get tracy submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Oct 8, 2024
1 parent 746fde2 commit 310d10e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
cache: gradle

- name: Build with Gradle
run: gradle clean build -PjavacRelease=${{ matrix.java }}
run: |
git submodule update --init
gradle clean build -PjavacRelease=${{ matrix.java }}
- name: SHA256
if: matrix.upload
Expand Down

0 comments on commit 310d10e

Please sign in to comment.