it was exactly as i remembered it

This commit is contained in:
qimiko 2024-06-27 07:03:44 -07:00
parent 65d0528729
commit 6117ab36b3
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -11,7 +11,7 @@ on:
use-ccache:
description: 'Enable ccache/sccache'
required: false
default: true
default: false
type: boolean
pull_request:
push:
@ -163,10 +163,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