Browse Source

fixed capitalisation

tags/v0.4.2-preview
Martin Evans 2 years ago
parent
commit
e7e3df6c6b
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .github/workflows/main.yml

+ 4
- 4
.github/workflows/main.yml View File

@@ -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 }}

Loading…
Cancel
Save