Skip to content

Commit

Permalink
Enable corepack and remove cache check
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis committed Oct 9, 2024
1 parent 1ca6390 commit 83169cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
ruby-version: '3.3.0' # based on what is used in the sample
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 1 # cache the installed gems
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
Expand All @@ -37,7 +38,6 @@ jobs:
samples/react-native/node_modules
key: ${{ github.workflow }}-${{ github.job }}-${{ hashFiles('yarn.lock', 'samples/react-native/yarn.lock') }}
- name: Install Dependencies
if: steps.deps-cache.outputs['cache-hit'] != 'true'
run: |
yarn install
cd samples/react-native && yarn install
Expand Down

0 comments on commit 83169cc

Please sign in to comment.