Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Jul 26, 2023
1 parent 796fd4b commit 76e5e34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: Make JS assets available for consequent builds
uses: actions/cache@v2
with:
path: ./browser/node_modules
key: ${{ runner.os }}-js-deps-${{ hashFiles('**/pnpm-lock.yaml') }}
path: ./browser/data-browser/dist
key: ${{ runner.os }}-js-deps-${{ hashFiles('./browser/**') }}
restore-keys: |
${{ runner.os }}-js-deps-
Expand All @@ -76,8 +76,8 @@ jobs:
- name: Restore Cached Packages
uses: actions/cache@v2
with:
path: ./browser/node_modules
key: ${{ runner.os }}-js-deps-${{ hashFiles('**/pnpm-lock.yaml') }}
path: ./browser/data-browser/dist
key: ${{ runner.os }}-js-deps-${{ hashFiles('./browser/**') }}

- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 76e5e34

Please sign in to comment.