Skip to content

Commit 31a512c

Browse files
authored
Merge pull request #74 from microsoft/fix/disable-sccache-arm64-win
fix: skip sccache for aarch64-windows
2 parents 6cdb85a + f6069a4 commit 31a512c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: actions/checkout@v4
5656

5757
- name: Sccache Action
58+
if: matrix.target != 'aarch64-pc-windows-msvc'
5859
uses: Mozilla-Actions/sccache-action@v0.0.9
5960

6061
- name: Setup Rust toolchain

0 commit comments

Comments
 (0)