was that all that was needed

This commit is contained in:
Chloe 2024-07-29 20:40:26 -07:00
parent edb0fd5b85
commit 7aac501905
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: ${{ 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