Browse Source

Fixed yaml syntax

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

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

@@ -35,10 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
7.0.x
with:
dotnet-version: |
6.0.x
7.0.x
# workaround for actions/setup-dotnet#155
- name: Clear package cache
run: dotnet clean LLamaSharp.sln && dotnet nuget locals all --clear


Loading…
Cancel
Save