Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Feb 14, 2023
1 parent 3ac9dd0 commit dbf0a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '2.7.6'
- run: npm pack
- run: npx react-native init example
- run: cp index.js example/
Expand All @@ -38,5 +38,5 @@ jobs:
working-directory: example
- run: pod install
working-directory: example/ios
- run: npm run ios
- run: npx react-native build-ios
working-directory: example

0 comments on commit dbf0a8c

Please sign in to comment.