added dotnet
All checks were successful
First CI / build (push) Successful in 54s

This commit is contained in:
2023-11-21 18:28:02 +01:00
parent c028846d5d
commit 724d0e4bbc
9 changed files with 172 additions and 12 deletions

View File

@@ -6,11 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Printing hello
run: gcc -Wall -Werror main.c
- name: Archive production atrifacts
uses: actions/upload-artifact@v3
- uses: actions/setup-dotnet@v3
with:
name: program
path: program
dotnet-version: '6.0.x'
- run: dotnet restore
- run: dotnet build