Skip to content

Commit

Permalink
fix: don't cache bin dir (#1773)
Browse files Browse the repository at this point in the history
This avoids Swatinem/rust-cache#16 on
self-hosted runners
  • Loading branch information
diogomatsubara authored Feb 13, 2025
1 parent 024bcf5 commit 3ba3016
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:

- name: Setup rust-cache
uses: Swatinem/rust-cache@v2
with:
cache-bin: false

- name: Install latest cargo-deny
uses: taiki-e/install-action@cargo-deny
Expand Down Expand Up @@ -131,6 +133,8 @@ jobs:

- name: Setup rust-cache
uses: Swatinem/rust-cache@v2
with:
cache-bin: false

- name: Set rustflags
shell: bash
Expand Down Expand Up @@ -172,6 +176,8 @@ jobs:
uses: taiki-e/install-action@valgrind

- uses: Swatinem/rust-cache@v2
with:
cache-bin: false

- name: Run memory leaks check
run: ci/valgrind-check/run.sh
Expand Down

0 comments on commit 3ba3016

Please sign in to comment.