Skip to content

Commit 44a5f2c

Browse files
committed
Revert "ci: explicitly cache .rustup"
This reverts commit 6e489c0.
1 parent 6e489c0 commit 44a5f2c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test-eql.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ jobs:
4848
cache: true # [default: true] cache mise using GitHub's cache
4949
cache_key_prefix: "mise-v3"
5050

51-
- name: Cache Rust directories
52-
uses: actions/cache@v4
53-
with:
54-
path: |
55-
~/.rustup
56-
key: rust-cache-${{ runner.os }}-${{ hashFiles('mise.toml') }}
57-
restore-keys: |
58-
rust-cache-${{ runner.os }}-
59-
6051
- name: Setup database (Postgres ${{ matrix.postgres-version }})
6152
run: |
6253
mise run postgres:up postgres-${POSTGRES_VERSION} --extra-args "--detach --wait"

0 commit comments

Comments
 (0)