Skip to content

Commit c49f7a2

Browse files
authored
move up
1 parent 452f75f commit c49f7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)