Skip to content

Commit

Permalink
Do a rebuild if the workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Sep 20, 2024
1 parent 56fbd76 commit 38e3f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-rust-check-${{ hashFiles('Cargo.lock', 'Cargo.toml', 'rust-toolchain.toml', '**/*.rs') }}
key: ${{ runner.os }}-rust-check-${{ hashFiles('.github/workflows/rust-binary.yml', 'Cargo.lock', 'Cargo.toml', 'rust-toolchain.toml', '**/*.rs') }}

- name: Install Rust
if: steps.cache-rust.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 38e3f4a

Please sign in to comment.