Update .gitea/workflows/demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 16s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 16s
This commit is contained in:
@@ -8,8 +8,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
- name: Setup dotnet
|
- uses: actions/setup-dotnet@v5
|
||||||
uses: actions/setup-dotnet@v5
|
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
- run: dotnet build <my project>
|
- run: dotnet build <my project>
|
||||||
Reference in New Issue
Block a user