Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Aug 13, 2023
1 parent fcd10f5 commit ecbd7db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- name: setup Rust cache
uses: actions/cache@v3
with:
key: ${{ matrix.os }}-${{ hashFiles('packages/admin/src-tauri/Cargo.lock') }}
key: ${{ matrix.os }}-${{ hashFiles('src-tauri/Cargo.lock') }}
path: |
~/.cargo
- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ecbd7db

Please sign in to comment.