diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 91cdee6c..541f9c69 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,8 +28,8 @@ jobs: fetch-depth: 0 - name: Setup .NET uses: actions/setup-dotnet@v4 - with: - cache: true + # with: + # cache: true - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v2