Try using standard brew to install compiler.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2022-07-07 11:46:22 -04:00
parent e53b0056d2
commit 66bedb903f
-1
View File
@@ -49,7 +49,6 @@ 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