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 5, 2023
1 parent b7192e0 commit 9b30a3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Hash cargo lockfile
id: gstsrc
run: |
echo "hash=${{ hashFiles('gst-plugins-rs') }}"
echo "hash=${{ hashFiles('gst-plugins-rs') }}" >> $GITHUB_OUTPUT
main:
Expand Down Expand Up @@ -58,7 +57,9 @@ jobs:
- name: Cache cargo stuff
uses: actions/cache@v3
with:
path: ~/.cargo
path: |
~/.cargo
gst-plugins-rs/target
key: ${{ runner.os }}-${{ matrix.rust_target }}-cargo-${{ needs.bust-cache.outputs.srchash }}
restore-keys: |
${{ runner.os }}-${{ matrix.rust_target }}-cargo-
Expand Down

0 comments on commit 9b30a3c

Please sign in to comment.