We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6182583 commit efc2dfcCopy full SHA for efc2dfc
1 file changed
.github/workflows/check.yml
@@ -74,7 +74,9 @@ jobs:
74
75
- name: Install example dependencies
76
working-directory: apps/${{ matrix.example }}
77
- run: bun install --frozen-lockfile
+ run: |
78
+ bun install --frozen-lockfile
79
+ bundle install
80
81
- name: Install iOS dependencies (CocoaPods)
82
working-directory: apps/${{ matrix.example }}/ios
0 commit comments