Skip to content

Commit 1f0df53

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 1f0df53

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ GEM
105105
rexml (>= 3.3.6, < 4.0)
106106

107107
PLATFORMS
108+
arm64-darwin-22
108109
x86_64-darwin-23
109110

110111
DEPENDENCIES

0 commit comments

Comments
 (0)