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:
313313 has-sccache : ${{ inputs.use-ccache }}
314314 if : inputs.build-debug-info
315315
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 }}
322322
323323 - name : Setup Ninja
324324 uses : ./.github/actions/setup-ninja
325325 with :
326326 host : mac
327327
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
332332
333333 - name : Setup CLI
334334 uses : geode-sdk/cli/.github/actions/setup@main
You can’t perform that action at this time.
0 commit comments