diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc4a28a..4e70dd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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