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 7ad7232 commit 52f4bc0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ jobs:
cp gst-plugins-rs/audio/spotify/Cargo.toml Cargo.toml.orig
echo ${{ hashFiles('**/Cargo.lock') }}
- name: Cache cargo plugins
- name: Cache cargo stuff
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
path: ~/.cargo
key: ${{ runner.os }}-${{ env.RUST_TARGET }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install cargo deb
Expand Down

0 comments on commit 52f4bc0

Please sign in to comment.