From e7e3df6c6b732fc80d9bad15e557ff0fa52ceeba Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sun, 30 Jul 2023 00:34:32 +0100 Subject: [PATCH] fixed capitalisation --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8204697..ded0afb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,10 +39,10 @@ jobs: dotnet-version: '7.0.x' # workaround for actions/setup-dotnet#155 - name: Clear package cache - run: dotnet clean LlamaSharp.sln && dotnet nuget locals all --clear + run: dotnet clean LLamaSharp.sln && dotnet nuget locals all --clear - name: Restore packages - run: dotnet restore LlamaSharp.sln + run: dotnet restore LLamaSharp.sln - name: Build - run: dotnet build LlamaSharp.sln -c ${{ matrix.config }} --no-restore + run: dotnet build LLamaSharp.sln -c ${{ matrix.config }} --no-restore - name: Test - run: dotnet test LlamaSharp.sln -c ${{ matrix.config }} + run: dotnet test LLamaSharp.sln -c ${{ matrix.config }}