fix(ci): GitHub actions makes me sad

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-05-22 18:12:18 +02:00
parent dffaaa26a8
commit cd3596b6e7
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
4.8
7.0.x
dotnet-version: 7.0.x
- name: Restore Cache
uses: actions/cache@v3
with: