Skip to content

Commit

Permalink
static framework
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed May 9, 2024
1 parent 5414b7f commit 408920f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-static-framework-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npx react-native init app
- name: Install dependencies
working-directory: app
run: yarn add react-native-reanimated@git@github.com:software-mansion/react-native-reanimated#${{ github.ref }}
run: yarn add react-native-reanimated@git@github.com:software-mansion/react-native-reanimated.git#commit=${{ github.ref }}
- name: Install Paper Pods
if: ${{ matrix.react-native-architecture == 'Paper' }}
working-directory: app/ios
Expand Down

0 comments on commit 408920f

Please sign in to comment.