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