fix: try to get auth

This commit is contained in:
2026-03-20 21:21:17 -03:00
parent e94b25f28c
commit edaf6e8fd6
+5 -2
View File
@@ -11,9 +11,13 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Configure Git Auth for Submodules
run: |
git config --global url."https://${{ github.token }}@git.neru.rip/".insteadOf "https://git.neru.rip/"
- name: Fetch Submodules - name: Fetch Submodules
run: git submodule update --init --recursive run: git submodule update --init --recursive
@@ -36,4 +40,3 @@ jobs:
- name: Build Dumper (Windows) - name: Build Dumper (Windows)
run: dotnet build src/dumper/dbd-dumper.csproj -c Release --runtime win-x64 run: dotnet build src/dumper/dbd-dumper.csproj -c Release --runtime win-x64