Skip to content

Commit 4f246dc

Browse files
authored
chore: update ci
1 parent e9f1d0b commit 4f246dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737

3838
install-dep:
3939
runs-on: macos-latest
40+
env:
41+
NO_FLIPPER: '1'
4042
name: Install dependencies
4143
steps:
4244
- name: Checkout the code
@@ -67,7 +69,7 @@ jobs:
6769
if: steps.verify-dev-changed-files.outputs.any_changed == 'true'
6870
uses: ruby/setup-ruby@v1
6971
with:
70-
ruby-version: '3.3'
72+
ruby-version: '3.2'
7173
bundler-cache: true
7274

7375
- name: Setup node
@@ -252,6 +254,8 @@ jobs:
252254

253255
ios-build-test:
254256
runs-on: macos-latest
257+
env:
258+
NO_FLIPPER: '1'
255259
needs: install-dep
256260
name: iOS Build and Test
257261
strategy:

0 commit comments

Comments
 (0)