Do not clone submodules on master builds

This commit is contained in:
Julian Groß 2021-07-04 20:42:58 +02:00
parent f03aba8106
commit 965401af31

View file

@ -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')