File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -313,22 +313,22 @@ jobs:
313
313
has-sccache : ${{ inputs.use-ccache }}
314
314
if : inputs.build-debug-info
315
315
316
- - name : Setup caches
317
- uses : ./.github/actions/setup-cache
318
- with :
319
- host : mac
320
- target : ios
321
- use-ccache : ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
316
+ # - name: Setup caches
317
+ # uses: ./.github/actions/setup-cache
318
+ # with:
319
+ # host: mac
320
+ # target: ios
321
+ # use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
322
322
323
323
- name : Setup Ninja
324
324
uses : ./.github/actions/setup-ninja
325
325
with :
326
326
host : mac
327
327
328
- - name : Install LLVM
329
- run : |
330
- brew install llvm
331
- echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
328
+ # - name: Install LLVM
329
+ # run: |
330
+ # brew install llvm
331
+ # echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
332
332
333
333
- name : Setup CLI
334
334
uses : geode-sdk/cli/.github/actions/setup@main
You can’t perform that action at this time.
0 commit comments