Skip to content

Commit 5d27ead

Browse files
committed
Fetch tags of submodules
Some projects rely on tag to determine the published version number, so this is needed for the community build to work properly.
1 parent 0b51303 commit 5d27ead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
run: |
167167
git submodule sync
168168
git submodule update --init --recursive --jobs 7
169+
git submodule foreach --recursive 'git fetch -f --tags'
169170
./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestA"
170171
171172
community_build_b:
@@ -201,6 +202,7 @@ jobs:
201202
run: |
202203
git submodule sync
203204
git submodule update --init --recursive --jobs 7
205+
git submodule foreach --recursive 'git fetch -f --tags'
204206
./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestB"
205207
206208
test_sbt:

0 commit comments

Comments
 (0)