Update build.yml

This commit is contained in:
Federico Cecchetto 2022-03-15 19:18:49 +01:00
parent 126481851d
commit 43fecb85e7

View File

@ -28,6 +28,8 @@ jobs:
- name: Check out files
uses: actions/checkout@v3
run: |
git config --global url."https://".insteadOf git://
with:
submodules: true
fetch-depth: 0