Skip to content

Commit

Permalink
chore: add cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
l1xnan committed Feb 7, 2024
1 parent 49b3e19 commit f87aee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
uses: swatinem/rust-cache@v2
with:
workspaces: './src-tauri -> target'
key: ${{ runner.os }}

- name: install webkit2gtk (ubuntu only)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit f87aee4

Please sign in to comment.