Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
audiodude committed Nov 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c95821a commit c352483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ jobs:
- name: Get yarn cache directory path
id: yarn-dep-cache-dir-path
run: cd wp1-frontend && echo "YARN_CACHE_DIR=$(yarn cache dir)" >> $GITHUB_OUTPUT
run: cd rainfall-frontend && echo "YARN_CACHE_DIR=$(yarn cache dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
name: Setup Yarn dep cache

0 comments on commit c352483

Please sign in to comment.