Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Sep 14, 2024
1 parent 7237c91 commit e119011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ runs:
uses: actions/cache@v3
with:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}-build-${{ inputs.arch }}-${{ env.MODIFIED_FEATURES }}-${{ inputs.extra_flags || 'default' }}

- name: Cache Cargo build artifacts
uses: actions/cache@v3
with:
path: target/release
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ inputs.arch }}
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}-build-${{ inputs.arch }}-${{ env.MODIFIED_FEATURES }}-${{ inputs.extra_flags || 'default' }}

- name: Rust Add target
shell: sh
Expand Down

0 comments on commit e119011

Please sign in to comment.