Skip to content

Commit ec6f0ea

Browse files
committed
Remove cache for citool
1 parent bc4376f commit ec6f0ea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ jobs:
5757
steps:
5858
- name: Checkout the source code
5959
uses: actions/checkout@v4
60-
# Cache citool to make its build faster, as it's in the critical path.
61-
# The rust-cache doesn't bleed into the main `job`, so it should not affect any other
62-
# Rust compilation.
63-
- name: Cache citool
64-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
65-
with:
66-
workspaces: src/ci/citool
6760
- name: Test citool
6861
# Only test citool on the auto branch, to reduce latency of the calculate matrix job
6962
# on PR/try builds.

0 commit comments

Comments
 (0)