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.
2 parents 44e289d + 0175822 commit b26df64Copy full SHA for b26df64
.github/actions/setup-dependencies/action.yml
@@ -19,7 +19,7 @@ runs:
19
shell: bash
20
21
- name: Setup sccache # for speeding up Rust builds
22
- uses: mozilla-actions/sccache-action@v0.0.7
+ uses: mozilla-actions/sccache-action@v0.0.8
23
with:
24
disable_annotations: true # it is very spammy, but useful for diagnostics
25
.github/workflows/CI.yml
@@ -96,7 +96,7 @@ jobs:
96
uses: actions/checkout@v4
97
98
- name: Setup sccache
99
100
101
- name: Run cargo test
102
env:
0 commit comments