super fix mk.3

This commit is contained in:
alexkrdb 2023-11-21 16:28:47 +01:00
parent d09c3d52d5
commit 08b330b8c1

View File

@ -7,7 +7,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
with:
dotnet-version: '6.0.x'
- run: dotnet restore
- run: dotnet build
- run: dotnet build
test:
steps:
- name: trying to run
run: dotnet run