Skip to content

Commit 9a8906d

Browse files
committed
ci(checks): configure sccache before mise install
1 parent e3dada0 commit 9a8906d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/branch-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9999

100-
- name: Install tools
101-
run: mise install --locked
102-
103100
- name: Configure GHA sccache backend
104101
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
105102

103+
- name: Install tools
104+
run: mise install --locked
105+
106106
- name: Cache Rust target and registry
107107
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
108108
with:

0 commit comments

Comments
 (0)