Try fixing macos-latest compilation.
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user