Merge branch 'main' of https://gitea.penry.de/Henry/CouchLog
Some checks failed
Build ARM64 Linux / build-arm64 (push) Failing after 1m58s
Build Linux x64 / build-linux-x64 (push) Failing after 21s
Build Docker Linux x64 / build-docker-linux-x64 (push) Failing after 39s
Build Windows x64 / build-windows-x64 (push) Failing after 19s

# Conflicts:
#	.gitea/workflows/arm64.yaml
This commit is contained in:
2025-12-09 23:11:41 +01:00

View File

@@ -14,7 +14,7 @@ jobs:
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: '10.0.0' dotnet-version: '10.0.x'
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore ./CouchLog/CouchLog/CouchLog.sln run: dotnet restore ./CouchLog/CouchLog/CouchLog.sln