Use x86_64-elf-gcc under MacOS

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-11-29 10:13:48 -05:00
parent 2ec77db77a
commit b7c32fc102
+4 -5
View File
@@ -19,17 +19,16 @@ jobs:
name: Build
runs-on: macos-latest
# Set environment variables
#env:
env:
# We globally set CC and CXX.
# CC: x86_64-elf-gcc
# CXX: x86_64-elf-g++
CC: x86_64-elf-gcc
CXX: x86_64-elf-g++
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install dependencies
run: |
brew install git cmake nasm
# x86_64-elf-binutils x86_64-elf-gcc
brew install x86_64-elf-gcc git cmake nasm
- name: Build
run: |
cmake -B build