Skip to content

fixed github's include errors? #12

fixed github's include errors?

fixed github's include errors? #12

Workflow file for this run

name: macos
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: silicon
run: cd Silicon && make
- name: gcc
run: gcc main.c -I./Silicon/include silicon/build/libSilicon.a -framework AppKit -ISilicon/include -framework OpenGL -framework CoreVideo -std=c99