We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00af3b9 commit 842bed5Copy full SHA for 842bed5
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
submodules: true
19
- name: Fetch correct submodule shas
20
- run: git submodule foreach 'git fetch --tags --depth=500 origin $sha1 && git checkout -q $sha1'
+ run: git submodule foreach 'git fetch --tags --depth 1 origin $sha1 && git checkout -q $sha1'
21
- name: Install deps
22
run: |
23
sudo apt-get install -y gettext gawk
0 commit comments