Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Liubov Danilina committed Jan 16, 2024
1 parent 13e7832 commit f576056
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Install modules
run: yarn install
- name: Temp update dependency for webrtc
env:
TEMP_IOS_DEPENDENCIES: ${{secrets.TEMP_IOS_DEPENDENCIES}}
run: |
cd node_modules/react-native-webrtc
rm react-native-webrtc.podspec
echo $TEMP_IOS_DEPENDENCIES > react-native-webrtc.podspec
sed -i '' -e '$ d' react-native-webrtc.podspec
sed -i '' -e '$ d' react-native-webrtc.podspec
echo " s.dependency 'WebRTC', '0.0.112'" >> react-native-webrtc.podspec
echo "end" >> react-native-webrtc.podspec
- name: Pod install
run: cd ios && pod install
Expand Down

0 comments on commit f576056

Please sign in to comment.