Skip to content

Commit

Permalink
add updateSubmodules back
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Nov 28, 2024
1 parent 041430f commit f2307fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
uses: docker://openjdk:21-jdk-oraclelinux7
with:
args: |
sh -c "yum install -y git && ./gradlew :temporal-test-server:build"
sh -c "yum install -y git && ./gradlew -x :temporal-serviceclient:updateSubmodules :temporal-test-server:build"
# path ends in a wildcard because on windows the file ends in '.exe'
# path excludes *.txt because native-image also writes a build manifest txt file
Expand Down

0 comments on commit f2307fb

Please sign in to comment.