Use x86_64-elf-gcc under MacOS
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user