From 7e496406628d798a0099199951ebdfb33374205e Mon Sep 17 00:00:00 2001 From: Alexey Zimarev Date: Fri, 27 Dec 2024 11:33:05 +0100 Subject: [PATCH] Don't cache --- .github/workflows/pull-request.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9bc1554b..e4a962e7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -36,7 +36,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ matrix.dotnet-version }} - cache: 'true' - name: Build run: |