Skip to content

Commit

Permalink
Fix WASM caching in GH
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Sep 20, 2024
1 parent a453144 commit b239236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Cache WASM build
uses: actions/cache@v3
with:
path: target
path: backend/target
key: doesnt-matter-share-everything

- name: Build web app
Expand Down

0 comments on commit b239236

Please sign in to comment.