File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -153,13 +153,13 @@ runs:
153153 if : inputs.ccache-variant != ''
154154
155155 - name : Setup CPM Cache
156+ if : inputs.use-cpm-cache == 'true' && steps.platform.outputs.id != 'mac' # TODO: Restore after https://github.com/actions/runner/issues/449 is fixed.
156157 uses : actions/cache@v4
157158 with :
158159 path : ${{ github.workspace }}/cpm-cache
159160 key : cpm-${{ steps.platform.outputs.target_id }}-v1-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
160161 restore-keys : |
161162 cpm-${{ steps.platform.outputs.target_id }}-v1-
162- if : ${{ inputs.use-cpm-cache == 'true' }} && steps.platform.outputs.id != 'mac' # TODO: Restore after https://github.com/actions/runner/issues/449 is fixed.
163163
164164 - name : Install Ninja
165165 shell : bash
You can’t perform that action at this time.
0 commit comments