From 099df5f9273c02a93160e15e8d591dce5414748d Mon Sep 17 00:00:00 2001 From: 1zc Date: Fri, 16 Feb 2024 02:25:20 +1100 Subject: [PATCH] Forgot to fix that line --- .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 c70cce7..473e6df 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,7 +21,7 @@ jobs: with: dotnet-version: 7.0.x - name: Restore dependencies - run: dotnet restore + run: dotnet restore src - name: Build run: dotnet build src --no-restore - name: Test