Update macos.yml
This commit is contained in:
committed by
GitHub
parent
8bdc44bb10
commit
681238c7c3
@@ -28,10 +28,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew tap nanovms/homebrew-x86_64-elf
|
||||
brew install nanovms/x86_64-elf/x86_64-elf-binutils
|
||||
# brew update
|
||||
# brew install x86_64-elf-binutils x86_64-elf-gcc git cmake qemu nasm e2fsprogs
|
||||
brew install git cmake qemu nasm e2fsprogs
|
||||
# x86_64-elf-binutils x86_64-elf-gcc
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -B build
|
||||
|
||||
Reference in New Issue
Block a user