From 8bdc44bb10c8e73557ab0ebb54f1875fb3e931b7 Mon Sep 17 00:00:00 2001 From: Enrico Fraccaroli Date: Fri, 2 Jun 2023 14:18:20 -0400 Subject: [PATCH] Update macos.yml --- .github/workflows/macos.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 86b9b85..420cf4a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -26,10 +26,12 @@ jobs: steps: - name: Clone repository uses: actions/checkout@v3 - #- name: Install dependencies - # run: | - # brew update - # brew install x86_64-elf-binutils x86_64-elf-gcc git cmake qemu nasm e2fsprogs + - name: Install dependencies + run: | + brew tap nanovms/homebrew-x86_64-elf + brew install nanovms/x86_64-elf/x86_64-elf-binutils + # brew update + # brew install x86_64-elf-binutils x86_64-elf-gcc git cmake qemu nasm e2fsprogs - name: Build run: | cmake -B build