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