Update: ci.yml
This commit is contained in:
parent
20a9503f1d
commit
fb8a75ff3b
@ -7,5 +7,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: build using gcc
|
||||
run: gcc -Wall -Werror main.c
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user