ok like actually though

This commit is contained in:
Chloe 2024-07-29 21:15:37 -07:00
parent deb379d760
commit 3704aa3009
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -156,12 +156,12 @@ jobs:
has-sccache: ${{ inputs.use-ccache }} has-sccache: ${{ inputs.use-ccache }}
if: inputs.build-debug-info if: inputs.build-debug-info
- name: Setup caches #- name: Setup caches
uses: ./.github/actions/setup-cache # uses: ./.github/actions/setup-cache
with: # with:
host: mac # host: mac
target: mac # target: mac
use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }} # use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
- name: Setup Ninja - name: Setup Ninja
uses: ./.github/actions/setup-ninja uses: ./.github/actions/setup-ninja