Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Oct 4, 2023
1 parent b8476f8 commit 7945a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cargo
key: ${{ runner.os }}-${{ matrix.rust_target }}-cargo-${{ ${{ needs.bust-cache.outputs.srchash }} }}
key: ${{ runner.os }}-${{ matrix.rust_target }}-cargo-${{ needs.bust-cache.outputs.srchash }}

- name: Install cargo deb
run: cargo install cargo-deb
Expand Down

0 comments on commit 7945a2a

Please sign in to comment.