diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a5497d..a3f7751 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,8 @@ jobs: with: submodules: recursive - name: Install LLVM and Clang - run: brew install llvm@18 + run: | + brew install coreutils + brew install llvm@18 - name: Build run: export PATH="/opt/homebrew/opt/llvm/bin:$PATH" && make all