Update build.yml
This commit is contained in:
parent
27658bd038
commit
565e11721f
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -26,10 +26,11 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: idk
|
||||
run: git config --global url."https://".insteadOf git://
|
||||
|
||||
- name: Check out files
|
||||
uses: actions/checkout@v3
|
||||
run: |
|
||||
git config --global url."https://".insteadOf git://
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
Loading…
Reference in New Issue
Block a user