build: try more auth stuff
Build / build (push) Failing after 24s

This commit is contained in:
2026-03-20 21:25:24 -03:00
parent 823c89552b
commit 2c60ab2360
+6 -1
View File
@@ -17,9 +17,14 @@ jobs:
- name: Configure Git Auth for Submodules
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 "http://git.neru.rip/"
git config --global url."https://${{ github.token }}@git.neru.rip/".insteadOf "git@git.neru.rip:"
- 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
run: |