3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00

Do not clone submodules

This commit is contained in:
Julian Groß 2021-07-04 20:39:30 +02:00
parent 88cd4a72d4
commit f03aba8106

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