From 286dc65f06a71acd92a9290e4c177501a651974a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 5 Jan 2024 15:05:38 +0000 Subject: [PATCH] Add LLVM to brew install step for Actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 947a6817..82c65bfc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v4 - name: Install tools and dependencies - run: brew install libtool autoconf automake pkg-config bison re2c + run: brew install libtool autoconf automake pkg-config bison re2c llvm - name: Prepare compile.sh download cache id: download-cache