Update build.yml

This commit is contained in:
Federico Cecchetto 2022-03-15 19:20:19 +01:00
parent 27658bd038
commit 565e11721f

View File

@ -26,10 +26,11 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: idk
run: git config --global url."https://".insteadOf git://
- name: Check out files - name: Check out files
uses: actions/checkout@v3 uses: actions/checkout@v3
run: |
git config --global url."https://".insteadOf git://
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0