„.gitea/workflows/test.yaml“ ändern
All checks were successful
build (7.0.x)

This commit is contained in:
Holger Börchers 2023-03-27 22:01:42 +02:00
parent be20895b0f
commit 8c5ec02ed7

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: https://github.com/actions/checkout@v3 - uses: https://github.com/actions/checkout@v3
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }} - name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3 uses: https://github.com/actions/setup-dotnet@v3
with: with:
dotnet-version: ${{ matrix.dotnet-version }} dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies - name: Install dependencies