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]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: build using gcc
|
||||
|
||||
Reference in New Issue
Block a user