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

This commit is contained in:
Ivan Shvedov 2024-05-22 17:40:49 +03:00
parent 287c1402e7
commit e8f3fd542e

View file

@ -3,7 +3,6 @@ run-name: ${{ github.actor }} is building!
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [ '8.x' ]