From 697035a5dd868643c7d5c5e88342c8fc2e944c40 Mon Sep 17 00:00:00 2001 From: ancplua Date: Sat, 16 May 2026 05:47:19 +0200 Subject: [PATCH] fix(ci): install dotnet from global json --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32ee2d4..0e11f98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Setup .NET 10 uses: actions/setup-dotnet@v5 with: - dotnet-version: 10.0.x + global-json-file: global.json - name: Cache NuGet packages uses: actions/cache@v5