ci(setup-deps): pin ccache-action for WoA fix

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-06-12 21:31:03 -04:00
parent 300851e603
commit 9792414ae9
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -54,7 +54,9 @@ runs:
# TODO(@getchoo): Get this working on MSYS2!
- name: Setup ccache
if: ${{ (runner.os != 'Windows' || inputs.msystem == '') && inputs.build-type == 'Debug' }}
uses: hendrikmuhs/ccache-action@v1.2.18
# TODO(@getchoo): Un-pin when this commit makes it to a stable release!
# Needed to support the native Windows ARM runner
uses: hendrikmuhs/ccache-action@1eaec4d0426ec8b42d342bf1e7b56fd3660a8fd9
with:
variant: sccache
create-symlink: ${{ runner.os != 'Windows' }}