Try to fix compilation under MacOS

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-11-30 12:59:03 -05:00
parent d2fd6654eb
commit af95af6f3a
+2 -4
View File
@@ -23,12 +23,10 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: |
brew install nasm
brew install x86_64-elf-gcc nasm
- name: Build
env:
CC: gcc-11
LD: gcc-11
CXX: g++-11
TOOLPREFIX: x86_64-elf-
run: |
cmake -DCMAKE_ASM_COMPILER=/usr/local/bin/nasm -B build
cmake --build build --parallel 2 --verbose