diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 420cf4a..dbc17c9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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