Skip to content

Commit a563d81

Browse files
committed
Skip Bundle Install
1 parent 9dc0d9f commit a563d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- name: Install Bundle
21-
run: cd ./${{ matrix.platform }} && bundle install
20+
#- name: Install Bundle
21+
# run: cd ./${{ matrix.platform }} && bundle install
2222

2323
- if: matrix.platform == 'android'
2424
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)