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 03cb049 commit d252982Copy full SHA for d252982
.github/workflows/build.yml
@@ -18,8 +18,8 @@ jobs:
18
run: |
19
python3 --version
20
- uses: actions/checkout@v3
21
- with:
22
- submodules: true
+ - name: checkout submodules
+ run: git submodule update --init --jobs 16 --depth 1
23
- name: Translate Repo Name For Build Tools filename_prefix
24
id: repo-name
25
.github/workflows/release.yml
@@ -20,8 +20,8 @@ jobs:
26
27
0 commit comments