Skip to content

Commit

Permalink
ci(build): check subdirectories for Cargo.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Nov 19, 2023
1 parent 65e90bd commit 630047d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
~/.cargo/git
rustfoil-cli/target
rustfoil-lib/target
key: ${{ matrix.target.build_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 Expand Up @@ -73,7 +73,7 @@ jobs:
~/.cargo/git
rustfoil-cli/target
rustfoil-lib/target
key: ${{ matrix.target.build_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 Expand Up @@ -108,7 +108,7 @@ jobs:
~/.cargo/git
rustfoil-cli/target
rustfoil-lib/target
key: ${{ matrix.target.build_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 630047d

Please sign in to comment.