Update .gitea/workflows/ci.yml
All checks were successful
First CI / build (push) Successful in 44s

This commit is contained in:
97634 2024-11-22 10:33:41 +00:00
parent 60054faad0
commit 4bdc4c87dd

View File

@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3 - uses: actions/setup-dotnet@v3
with: with:
dotnet-version: '6.0.x' dotnet-version: '8.0.x'
- run: dotnet restore - run: dotnet restore
- run: dotnet build - run: dotnet build
test: test: