new commit
All checks were successful
First CI / build (push) Successful in 1m0s

This commit is contained in:
magda
2023-11-21 17:04:41 +01:00
parent 00bb1c7168
commit f2f121b483
9 changed files with 170 additions and 13 deletions

View File

@@ -7,10 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c
- name: Archive production artifacts
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