Skip to content

Commit 842bed5

Browse files
Revert "Change tag fetch depth"
This reverts commit 00af3b9.
1 parent 00af3b9 commit 842bed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
submodules: true
1919
- name: Fetch correct submodule shas
20-
run: git submodule foreach 'git fetch --tags --depth=500 origin $sha1 && git checkout -q $sha1'
20+
run: git submodule foreach 'git fetch --tags --depth 1 origin $sha1 && git checkout -q $sha1'
2121
- name: Install deps
2222
run: |
2323
sudo apt-get install -y gettext gawk

0 commit comments

Comments
 (0)