mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Do not clone submodules
This commit is contained in:
parent
88cd4a72d4
commit
f03aba8106
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_build.yml
vendored
4
.github/workflows/pr_build.yml
vendored
|
@ -118,8 +118,8 @@ jobs:
|
|||
working-directory: ${{runner.workspace}}
|
||||
run: rm -rf ./*
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
with:
|
||||
submodules: false
|
||||
fetch-depth: 1
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue