From ac137d84c9dcbd88712199b4c528bbacb6f5c975 Mon Sep 17 00:00:00 2001 From: Chloe <25387744+qimiko@users.noreply.github.com> Date: Fri, 26 Jul 2024 04:37:47 -0700 Subject: [PATCH] getting debug info again --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22f53fad..03b4467f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -167,10 +167,10 @@ jobs: with: host: mac - # - name: Install LLVM - # run: | - # brew install llvm - # echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH + - name: Install LLVM + run: | + brew install llvm + echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH - name: Setup CLI uses: geode-sdk/cli/.github/actions/setup@main