Skip to content

Commit

Permalink
[Github [email protected]] Fix: Remove --cache-folder ~/.y…
Browse files Browse the repository at this point in the history
…arn (use environment variable instead)
  • Loading branch information
guhungry committed Jun 2, 2024
1 parent af14774 commit d730523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies [Example]
run: |
cd example
yarn --cache-folder ~/.yarn
yarn
- name: Restore cache gradle wrapper
id: cache-gradle-wrapper
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Install dependencies [Example]
run: |
cd example
yarn --cache-folder ~/.yarn
yarn
- name: Build Android Release
run: |
Expand Down

0 comments on commit d730523

Please sign in to comment.