Use x86_64-elf-gcc under MacOS

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-11-29 10:35:08 -05:00
parent 654a3165c0
commit a8cfac3c1f
+1 -2
View File
@@ -28,8 +28,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: | run: |
brew install git cmake nasm brew install x86_64-elf-gcc git cmake nasm
# x86_64-elf-binutils x86_64-elf-gcc
- name: Build - name: Build
run: | run: |
cmake -B build cmake -B build