fix: try to get auth
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user