From fb8a75ff3bfe8da629e64d23c2de2421d6d3bbe3 Mon Sep 17 00:00:00 2001 From: Jakub Date: Tue, 26 Nov 2024 13:53:40 +0100 Subject: [PATCH] Update: ci.yml --- .gitea/workflows/ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a69ab76..69170d0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,5 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: build using gcc - run: gcc -Wall -Werror main.c \ No newline at end of file + - uses: actions/setup-dotnet@v3 + with: + dotnet-version: '8.0.x' + - run: dotnet restore + - run: dotnet build + test: + steps: + - name: trying to run + run: dotnet run