Skip to content

Commit

Permalink
Update macos.yml (get binaries from binary repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley authored Aug 22, 2023
1 parent 80ee599 commit 73494d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: silicon
run: cd Silicon && gcc -c source/*m source/mac/*.m -I./include
- name: silicon-binaries
run: git clone https://github.com/ColleagueRiley/Silicon -b binaries
- name: gcc
run: gcc main.c -I./Silicon/include silicon/*.o -framework AppKit -ISilicon/include -framework OpenGL -framework CoreVideo -std=c99
run: gcc main.c -I./Silicon/include Silicon/ARM/*.o -framework AppKit -ISilicon/include -framework OpenGL -framework CoreVideo -std=c99

0 comments on commit 73494d3

Please sign in to comment.