Skip to content

Commit 1ac1eae

Browse files
ci: switch to rust-cache to cache builds of the installed workspace binaries
1 parent 1b0b0f3 commit 1ac1eae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
- uses: actions/checkout@v3
2424
with:
2525
lfs: true
26-
- uses: moonrepo/setup-rust@v1
26+
27+
- name: 'Install rust-toolchain.toml'
28+
run: rustup toolchain install
29+
# We use Swatinem/rust-cache to cache cargo registry, index and target in this job
30+
- uses: Swatinem/rust-cache@v2
2731

2832
# Install memtrack for the memory integration tests
2933
- name: Install dependencies required for libbpf-sys (vendored feature)

0 commit comments

Comments
 (0)