Skip to content

Commit df5348d

Browse files
authored
caching is broken on mac due to github actions issue.
1 parent ec41419 commit df5348d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ runs:
153153
if: inputs.ccache-variant != ''
154154

155155
- name: Setup CPM Cache
156+
if: 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

0 commit comments

Comments
 (0)