Update main.yml

This commit is contained in:
Salvatore Giordano
2020-07-28 14:23:27 +02:00
committed by GitHub
parent d3eef802b8
commit 8162873055
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: Install RubyGems
if: steps.rubygem-cache.outputs.cache-hit != 'true'
run: |
cd ios
cd example/ios
bundle install
- uses: subosito/[email protected]
with: