We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b53bd commit 5464e33Copy full SHA for 5464e33
.github/workflows/Build.yml
@@ -14,10 +14,11 @@ jobs:
14
with:
15
xcode-version: 26.1
16
17
- - name: Install Project Tools
18
- uses: jdx/mise-action@v3
+ - name: Setup Ruby
+ uses: ruby/setup-ruby@v1
19
20
- experimental: true
+ ruby-version: 3.1.2
21
+ bundler-cache: true
22
23
- name: Building iOS app
24
run: exec ./.github/scripts/build_app.sh
Gemfile.lock
@@ -71,6 +71,7 @@ GEM
71
escape (0.0.4)
72
ethon (0.15.0)
73
ffi (>= 1.15.0)
74
+ ffi (1.17.2-arm64-darwin)
75
ffi (1.17.2-x86_64-darwin)
76
fourflusher (2.3.1)
77
fuzzy_match (2.0.4)
@@ -105,6 +106,7 @@ GEM
105
106
rexml (>= 3.3.6, < 4.0)
107
108
PLATFORMS
109
+ arm64-darwin-22
110
x86_64-darwin-23
111
112
DEPENDENCIES
0 commit comments