fix
This commit is contained in:
@@ -8,9 +8,10 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
dotnet-version: "8.0.x"
|
||||
- run: dotnet restore
|
||||
- run: dotnet build
|
||||
|
||||
test:
|
||||
steps:
|
||||
- name: trying to run
|
||||
|
||||
Reference in New Issue
Block a user