diff --git a/.github/workflows/cmake-tier2.yml b/.github/workflows/cmake-tier2.yml index f39741c..02b9b6a 100644 --- a/.github/workflows/cmake-tier2.yml +++ b/.github/workflows/cmake-tier2.yml @@ -25,8 +25,7 @@ jobs: - name: Install Dependencies run: > - brew install pkg-config gtkmm3 pcre cmake - brew install --with-toolchain llvm@16 + brew install pkg-config gtkmm3 pcre cmake llvm@16 - name: Create Build Directory run: cmake -E make_directory build