mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 08:22:30 +02:00
Do not clone submodules on master builds
This commit is contained in:
parent
f03aba8106
commit
965401af31
1 changed files with 2 additions and 2 deletions
4
.github/workflows/master_build.yml
vendored
4
.github/workflows/master_build.yml
vendored
|
@ -101,8 +101,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
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
|
|
Loading…
Reference in a new issue