Try fixing macos-latest compilation.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2022-07-07 11:50:08 -04:00
parent 66bedb903f
commit 9189d79fb7
+4 -1
View File
@@ -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: |