From 82668ee06c8260e0678933c5c1045b1524be570e Mon Sep 17 00:00:00 2001 From: Chloe <25387744+qimiko@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:27:22 -0700 Subject: [PATCH] guess we see --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11ca8ed0..c0c6dd10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -156,22 +156,22 @@ jobs: has-sccache: ${{ inputs.use-ccache }} if: inputs.build-debug-info - #- name: Setup caches - # uses: ./.github/actions/setup-cache - # with: - # host: mac - # target: mac - # use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }} + - name: Setup caches + uses: ./.github/actions/setup-cache + with: + host: mac + target: mac + use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }} - name: Setup Ninja uses: ./.github/actions/setup-ninja 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