Skip to content

Commit 5f5db5e

Browse files
committed
Fix simulator testing
1 parent fe81a98 commit 5f5db5e

File tree

6 files changed

+21
-0
lines changed

6 files changed

+21
-0
lines changed

.github/index.pkl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ prb {
153153
}
154154
steps {
155155
new Common.Checkout {}
156+
new { run = "brew install gmp libyaml" }
156157
new {
157158
uses = "ruby/setup-ruby@v1"
158159
with {

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
DEVELOPER_DIR: /Applications/Xcode_26.1.app
9292
steps:
9393
- uses: actions/checkout@v5
94+
- run: brew install gmp libyaml
9495
- uses: ruby/setup-ruby@v1
9596
with:
9697
ruby-version: '3.4'
@@ -115,6 +116,7 @@ jobs:
115116
DEVELOPER_DIR: /Applications/Xcode_26.1.app
116117
steps:
117118
- uses: actions/checkout@v5
119+
- run: brew install gmp libyaml
118120
- uses: ruby/setup-ruby@v1
119121
with:
120122
ruby-version: '3.4'
@@ -139,6 +141,7 @@ jobs:
139141
DEVELOPER_DIR: /Applications/Xcode_26.1.app
140142
steps:
141143
- uses: actions/checkout@v5
144+
- run: brew install gmp libyaml
142145
- uses: ruby/setup-ruby@v1
143146
with:
144147
ruby-version: '3.4'
@@ -163,6 +166,7 @@ jobs:
163166
DEVELOPER_DIR: /Applications/Xcode_26.1.app
164167
steps:
165168
- uses: actions/checkout@v5
169+
- run: brew install gmp libyaml
166170
- uses: ruby/setup-ruby@v1
167171
with:
168172
ruby-version: '3.4'

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
DEVELOPER_DIR: /Applications/Xcode_26.1.app
9191
steps:
9292
- uses: actions/checkout@v5
93+
- run: brew install gmp libyaml
9394
- uses: ruby/setup-ruby@v1
9495
with:
9596
ruby-version: '3.4'
@@ -114,6 +115,7 @@ jobs:
114115
DEVELOPER_DIR: /Applications/Xcode_26.1.app
115116
steps:
116117
- uses: actions/checkout@v5
118+
- run: brew install gmp libyaml
117119
- uses: ruby/setup-ruby@v1
118120
with:
119121
ruby-version: '3.4'
@@ -138,6 +140,7 @@ jobs:
138140
DEVELOPER_DIR: /Applications/Xcode_26.1.app
139141
steps:
140142
- uses: actions/checkout@v5
143+
- run: brew install gmp libyaml
141144
- uses: ruby/setup-ruby@v1
142145
with:
143146
ruby-version: '3.4'
@@ -162,6 +165,7 @@ jobs:
162165
DEVELOPER_DIR: /Applications/Xcode_26.1.app
163166
steps:
164167
- uses: actions/checkout@v5
168+
- run: brew install gmp libyaml
165169
- uses: ruby/setup-ruby@v1
166170
with:
167171
ruby-version: '3.4'

.github/workflows/prb.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
DEVELOPER_DIR: /Applications/Xcode_26.1.app
8989
steps:
9090
- uses: actions/checkout@v5
91+
- run: brew install gmp libyaml
9192
- uses: ruby/setup-ruby@v1
9293
with:
9394
ruby-version: '3.4'
@@ -113,6 +114,7 @@ jobs:
113114
DEVELOPER_DIR: /Applications/Xcode_26.1.app
114115
steps:
115116
- uses: actions/checkout@v5
117+
- run: brew install gmp libyaml
116118
- uses: ruby/setup-ruby@v1
117119
with:
118120
ruby-version: '3.4'
@@ -138,6 +140,7 @@ jobs:
138140
DEVELOPER_DIR: /Applications/Xcode_26.1.app
139141
steps:
140142
- uses: actions/checkout@v5
143+
- run: brew install gmp libyaml
141144
- uses: ruby/setup-ruby@v1
142145
with:
143146
ruby-version: '3.4'
@@ -163,6 +166,7 @@ jobs:
163166
DEVELOPER_DIR: /Applications/Xcode_26.1.app
164167
steps:
165168
- uses: actions/checkout@v5
169+
- run: brew install gmp libyaml
166170
- uses: ruby/setup-ruby@v1
167171
with:
168172
ruby-version: '3.4'

.github/workflows/release-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
DEVELOPER_DIR: /Applications/Xcode_26.1.app
9191
steps:
9292
- uses: actions/checkout@v5
93+
- run: brew install gmp libyaml
9394
- uses: ruby/setup-ruby@v1
9495
with:
9596
ruby-version: '3.4'
@@ -114,6 +115,7 @@ jobs:
114115
DEVELOPER_DIR: /Applications/Xcode_26.1.app
115116
steps:
116117
- uses: actions/checkout@v5
118+
- run: brew install gmp libyaml
117119
- uses: ruby/setup-ruby@v1
118120
with:
119121
ruby-version: '3.4'
@@ -138,6 +140,7 @@ jobs:
138140
DEVELOPER_DIR: /Applications/Xcode_26.1.app
139141
steps:
140142
- uses: actions/checkout@v5
143+
- run: brew install gmp libyaml
141144
- uses: ruby/setup-ruby@v1
142145
with:
143146
ruby-version: '3.4'
@@ -162,6 +165,7 @@ jobs:
162165
DEVELOPER_DIR: /Applications/Xcode_26.1.app
163166
steps:
164167
- uses: actions/checkout@v5
168+
- run: brew install gmp libyaml
165169
- uses: ruby/setup-ruby@v1
166170
with:
167171
ruby-version: '3.4'

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
DEVELOPER_DIR: /Applications/Xcode_26.1.app
9191
steps:
9292
- uses: actions/checkout@v5
93+
- run: brew install gmp libyaml
9394
- uses: ruby/setup-ruby@v1
9495
with:
9596
ruby-version: '3.4'
@@ -114,6 +115,7 @@ jobs:
114115
DEVELOPER_DIR: /Applications/Xcode_26.1.app
115116
steps:
116117
- uses: actions/checkout@v5
118+
- run: brew install gmp libyaml
117119
- uses: ruby/setup-ruby@v1
118120
with:
119121
ruby-version: '3.4'
@@ -138,6 +140,7 @@ jobs:
138140
DEVELOPER_DIR: /Applications/Xcode_26.1.app
139141
steps:
140142
- uses: actions/checkout@v5
143+
- run: brew install gmp libyaml
141144
- uses: ruby/setup-ruby@v1
142145
with:
143146
ruby-version: '3.4'
@@ -162,6 +165,7 @@ jobs:
162165
DEVELOPER_DIR: /Applications/Xcode_26.1.app
163166
steps:
164167
- uses: actions/checkout@v5
168+
- run: brew install gmp libyaml
165169
- uses: ruby/setup-ruby@v1
166170
with:
167171
ruby-version: '3.4'

0 commit comments

Comments
 (0)