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: |