Skip to content

Commit efc2dfc

Browse files
committed
ci: run bundle install explicitly
1 parent 6182583 commit efc2dfc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474

7575
- name: Install example dependencies
7676
working-directory: apps/${{ matrix.example }}
77-
run: bun install --frozen-lockfile
77+
run: |
78+
bun install --frozen-lockfile
79+
bundle install
7880
7981
- name: Install iOS dependencies (CocoaPods)
8082
working-directory: apps/${{ matrix.example }}/ios

0 commit comments

Comments
 (0)