Update macos.yml

This commit is contained in:
Enrico Fraccaroli
2023-06-02 14:18:20 -04:00
committed by GitHub
parent 046761c1b6
commit 8bdc44bb10
+6 -4
View File
@@ -26,10 +26,12 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
#- name: Install dependencies
# run: |
# brew update
# brew install x86_64-elf-binutils x86_64-elf-gcc git cmake qemu nasm e2fsprogs
- 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
- name: Build
run: |
cmake -B build