Skip to content

Commit 4e058e1

Browse files
authored
macos is fixed now
shut up copilot
1 parent c49f7a2 commit 4e058e1

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,7 +153,7 @@ 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.
156+
if: inputs.use-cpm-cache == 'true'
157157
uses: actions/cache@v4
158158
with:
159159
path: ${{ github.workspace }}/cpm-cache

0 commit comments

Comments
 (0)