We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b53bd commit f04e25cCopy full SHA for f04e25c
1 file changed
.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
0 commit comments