Обновить .forgejo/workflows/build.yml
Some checks failed
Build dotnet project / Dotnet ${{ matrix.dotnet }} matrix test (8.x) (push) Failing after 487h40m28s
Some checks failed
Build dotnet project / Dotnet ${{ matrix.dotnet }} matrix test (8.x) (push) Failing after 487h40m28s
This commit is contained in:
parent
e8f3fd542e
commit
b2221236dd
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: ${{ matrix.dotnet }}
|
||||
- name: Execute dotnet
|
||||
|
|
Loading…
Reference in a new issue