From 40e1183b9e5d99313f2b6e5a5b8dc371b1265704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9D=A4=20=E5=BE=90?= Date: Tue, 28 Nov 2023 15:22:28 +0800 Subject: [PATCH] fix: test CI will fail in Windows --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d0736e..2fc257d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,4 +21,4 @@ jobs: - name: Restore packages run: dotnet restore - name: Build Test - run: dotnet build -c Release -f net8.0 --no-restore + run: dotnet build -c Release --no-restore