From f8df726bb01bc84513e46c1b6dd9c205d1fd1b87 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Thu, 9 May 2024 00:55:16 +0200 Subject: [PATCH] no cache and use global.json --- .github/workflows/dotnet.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 230ab1f560..6576e1587c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -15,12 +15,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.x.x - - uses: actions/cache@v4 - id: cache - with: - path: ~/.nuget/packages - key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} + global-json-file: global.json - name: Restore projects run: dotnet restore DUI3-DX.slnf --locked-mode - name: Build