ci: incorrect actions syntax

This commit is contained in:
Timothy Schenk 2023-08-13 18:37:25 +02:00
parent 90f5cfcae6
commit 4478dac2be

View file

@ -9,5 +9,5 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- 'dotnet restore --packages'
- 'dotnet build --no-restore'
- dotnet restore --packages
- dotnet build --no-restore