From 9189d79fb782cd378e1fbd22ee73b163722bb655 Mon Sep 17 00:00:00 2001 From: "Enrico Fraccaroli (Galfurian)" Date: Thu, 7 Jul 2022 11:50:08 -0400 Subject: [PATCH] Try fixing macos-latest compilation. --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e70dd9..b439191 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,8 +49,11 @@ jobs: - name: Install NASM MacOS if: matrix.os == 'macos-latest' run: | + brew tap nativeos/i386-elf-toolchain brew update - brew install i386-elf-binutils i386-elf-gcc nasm + brew install nativeos/i386-elf-toolchain/i386-elf-binutils + brew install nativeos/i386-elf-toolchain/i386-elf-gcc + brew install nasm - name: Build run: |