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 12fa4f7 commit 32601acCopy full SHA for 32601ac
.github/workflows/sample-application.yml
@@ -73,7 +73,7 @@ jobs:
73
with:
74
working-directory: ${{ matrix.platform == 'ios' && env.REACT_NATIVE_SAMPLE_PATH || ' samples/react-native-macos' }}
75
ruby-version: '3.3.0' # based on what is used in the sample
76
- bundler-cache: true # runs 'bundle install' and caches installed gems automatically
+ bundler-cache: false # runs 'bundle install' and caches installed gems automatically
77
cache-version: 1 # cache the installed gems
78
79
- uses: actions/setup-java@v5
0 commit comments