From 38ebd98e774e9862ef0fbe7fd1ee6c04c4468375 Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 17 Nov 2025 20:57:56 -0500 Subject: [PATCH] Test build script --- .gitea/workflows/arm64-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index e5922b6..8b3a414 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -21,7 +21,7 @@ jobs: run: dotnet restore # Restore NuGet packages - name: Build project - run: + run: | ls -la dotnet build --configuration Debug --no-restore # Build the project in Debug configuration