From a8cfac3c1ff40dfb9337f3d650232232bcb9c518 Mon Sep 17 00:00:00 2001 From: "Enrico Fraccaroli (Galfurian)" Date: Wed, 29 Nov 2023 10:35:08 -0500 Subject: [PATCH] Use x86_64-elf-gcc under MacOS --- .github/workflows/macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a4784f4..8e477f0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -28,8 +28,7 @@ jobs: 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