Skip to content

Commit

Permalink
ci(build): fix cache key for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Nov 19, 2023
1 parent 4f0cfb4 commit 65e90bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
~/.cargo/git
rustfoil-cli/target
rustfoil-lib/target
key: ${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ matrix.target.build_target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install Rust Toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 65e90bd

Please sign in to comment.