From a75ac0964869b1423e81ba51c9b926f28577614c Mon Sep 17 00:00:00 2001 From: Pc Date: Sun, 30 Jul 2023 01:06:07 +0330 Subject: [PATCH] fix: Fix build ci pipeline with .net 8 --- .github/actions/build/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 4429dd0..066d207 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -33,6 +33,9 @@ runs: - name: Setup .NET uses: actions/setup-dotnet@v3 + with: + dotnet-version: "8.0.x" + dotnet-quality: "preview" # https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools - name: Restore .NET Tools