that was not it

This commit is contained in:
Chloe 2024-07-25 20:19:04 -07:00
parent 227ab28912
commit 807da4754f
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -155,12 +155,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: false
#- 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