From 89d95a9e25e9e1118370dbd549f2c134f8a36587 Mon Sep 17 00:00:00 2001 From: wo80 Date: Sat, 5 Mar 2022 22:34:20 +0100 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index fb510a1..72e4a91 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -18,7 +18,7 @@ jobs: with: dotnet-version: 6.0.x - name: Restore dependencies - run: dotnet restore + run: dotnet restore Triangle.sln working-directory: ./src - name: Build run: dotnet build Triangle.sln --no-restore --configuration Release