guess we see

This commit is contained in:
Chloe 2024-07-29 21:27:22 -07:00
parent 3704aa3009
commit 82668ee06c
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -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