From 6d0389706c22a59dc5a36d5456d4b5d36b88ce2e Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 8 Nov 2023 09:39:46 +0100 Subject: [PATCH] Change install dir --- .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 fbdf326..746e264 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: dotnet-version: 8.0.x - name: DotNet restore - if: ${{ false }} + if: ${{ true }} run: | dotnet --version (Get-Command dotnet).Source