Merge pull request #1276 from JulianGro/no_submodules

GitHub Actions do not clone submodules
This commit is contained in:
Kalila 2021-07-07 18:51:46 -04:00 committed by GitHub
commit aea24855d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

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

View file

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