diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index e5f97a4..e5922b6 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -21,7 +21,8 @@ jobs: run: dotnet restore # Restore NuGet packages - name: Build project - run: ls -la + run: + ls -la dotnet build --configuration Debug --no-restore # Build the project in Debug configuration # - name: Run tests (optional)