Обновить .forgejo/workflows/build.yml
Some checks failed
Build dotnet project / Dotnet ${{ matrix.dotnet }} matrix test (8.x) (push) Failing after 487h40m28s

This commit is contained in:
Ivan Shvedov 2024-05-24 05:08:00 +03:00
parent e8f3fd542e
commit b2221236dd

View file

@ -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