Skip to content

Commit 5464e33

Browse files
committed
Replace mise-action with ruby/setup-ruby, which uses precompiled binaries and is faster than building from source.
1 parent c1b53bd commit 5464e33

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/Build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
with:
1515
xcode-version: 26.1
1616

17-
- name: Install Project Tools
18-
uses: jdx/mise-action@v3
17+
- name: Setup Ruby
18+
uses: ruby/setup-ruby@v1
1919
with:
20-
experimental: true
20+
ruby-version: 3.1.2
21+
bundler-cache: true
2122

2223
- name: Building iOS app
2324
run: exec ./.github/scripts/build_app.sh

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ GEM
7171
escape (0.0.4)
7272
ethon (0.15.0)
7373
ffi (>= 1.15.0)
74+
ffi (1.17.2-arm64-darwin)
7475
ffi (1.17.2-x86_64-darwin)
7576
fourflusher (2.3.1)
7677
fuzzy_match (2.0.4)
@@ -105,6 +106,7 @@ GEM
105106
rexml (>= 3.3.6, < 4.0)
106107

107108
PLATFORMS
109+
arm64-darwin-22
108110
x86_64-darwin-23
109111

110112
DEPENDENCIES

0 commit comments

Comments
 (0)