We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dada0 commit 9a8906dCopy full SHA for 9a8906d
1 file changed
.github/workflows/branch-checks.yml
@@ -97,12 +97,12 @@ jobs:
97
steps:
98
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
99
100
- - name: Install tools
101
- run: mise install --locked
102
-
103
- name: Configure GHA sccache backend
104
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
105
+ - name: Install tools
+ run: mise install --locked
+
106
- name: Cache Rust target and registry
107
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
108
with:
0 commit comments