Skip to content

Commit

Permalink
Fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 11, 2024
1 parent 6caed74 commit 35986ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: build/corestore
path: build/_drive
key: corestore-${{ matrix.platform }}-${{ matrix.arch }}${{ matrix.tags }}
- uses: actions/setup-node@v4
with:
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: android/build/corestore
path: android/build/_drive
key: corestore-${{ matrix.platform }}
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 35986ed

Please sign in to comment.