Skip to content

Commit 3628d75

Browse files
committed
chore: verbose
1 parent 0ccdd3b commit 3628d75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
if: env.turbo_cache_hit != 1
8282
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
8383
with:
84-
distribution: 'zulu'
85-
java-version: '17'
84+
distribution: "zulu"
85+
java-version: "17"
8686

8787
- name: Finalize Android SDK
8888
if: env.turbo_cache_hit != 1
@@ -150,4 +150,4 @@ jobs:
150150
151151
- name: Build example for iOS
152152
run: |
153-
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
153+
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" --verbose

0 commit comments

Comments
 (0)