Skip to content

Commit

Permalink
enable corepack in testflight dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis committed Oct 9, 2024
1 parent 86990ed commit d0a8a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Install Dependencies
if: steps.deps-cache.outputs['cache-hit'] != 'true'
run: |
corepack enable
yarn install
cd samples/react-native && yarn install
- name: Build SDK
Expand Down

0 comments on commit d0a8a29

Please sign in to comment.