Add main.c and update CI to build with gcc
Some checks are pending
First CI / build (push) Waiting to run
Some checks are pending
First CI / build (push) Waiting to run
This commit is contained in:
@@ -2,7 +2,7 @@ name: First CI
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: build using gcc
|
- name: build using gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user