We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e444d8 commit 8097dabCopy full SHA for 8097dab
.github/workflows/build-android.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Install node_modules
67
run: yarn install --frozen-lockfile
68
- name: Install node_modules for example/
69
- run: yarn install --frozen-lockfile --cwd example
+ run: yarn install --frozen-lockfile
70
71
- name: Restore Gradle cache
72
uses: actions/cache@v5
.github/workflows/build-ios.yml
@@ -57,12 +57,7 @@ jobs:
57
restore-keys: |
58
${{ runner.os }}-yarn-
59
60
- run: yarn install --frozen-lockfile --cwd ..
61
-
62
- - name: Restore buildcache
63
- uses: mikehardy/buildcache-action@v1
64
- continue-on-error: true
65
- name: Setup Ruby (bundle)
uses: ruby/setup-ruby@v1
with:
0 commit comments