@@ -17,9 +17,14 @@ jobs:
|
|||||||
- name: Configure Git Auth for Submodules
|
- name: Configure Git Auth for Submodules
|
||||||
run: |
|
run: |
|
||||||
git config --global url."https://${{ github.token }}@git.neru.rip/".insteadOf "https://git.neru.rip/"
|
git config --global url."https://${{ github.token }}@git.neru.rip/".insteadOf "https://git.neru.rip/"
|
||||||
|
git config --global url."https://${{ github.token }}@git.neru.rip/".insteadOf "http://git.neru.rip/"
|
||||||
|
|
||||||
|
git config --global url."https://${{ github.token }}@git.neru.rip/".insteadOf "git@git.neru.rip:"
|
||||||
|
|
||||||
- name: Fetch Submodules
|
- name: Fetch Submodules
|
||||||
run: git submodule update --init --recursive
|
run: |
|
||||||
|
git submodule sync --recursive
|
||||||
|
git submodule update --init --recursive --force
|
||||||
|
|
||||||
- name: Install cross-compilation tools
|
- name: Install cross-compilation tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user