Use gcc@11 under MacOS

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-11-30 11:38:17 -05:00
parent 42d84be2c3
commit f4c35a09de
+3 -4
View File
@@ -23,11 +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
CXX: g++-11
TOOLPREFIX: x86_64-elf-
run: |
cmake -DCMAKE_ASM_COMPILER=/usr/local/bin/nasm -B build
cmake --build build --parallel 2 --verbose
cmake --build build --parallel 2