We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698f86e commit 12c226bCopy full SHA for 12c226b
.github/workflows/compareNDandODbuilds.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
buildHybridAppAndroid:
8
name: Build HybridApp Android
9
- runs-on: macos-15-xlarge
+ runs-on: ubuntu-latest-xl
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v4
@@ -41,6 +41,14 @@ jobs:
41
distribution: 'oracle'
42
java-version: '17'
43
44
+ - name: Setup Ruby
45
+ uses: ruby/setup-ruby@v1.190.0
46
+ with:
47
+ bundler-cache: true
48
+
49
+ - name: Install New Expensify Gems
50
+ run: bundle install
51
52
- name: Install 1Password CLI
53
uses: 1password/install-cli-action@v1
54
@@ -80,7 +88,7 @@ jobs:
80
88
81
89
buildStandaloneAndroid:
82
90
name: Build Standalone Android
83
91
84
92
85
93
86
94
0 commit comments