Skip to content

Commit 7085d9e

Browse files
CI
1 parent 41878d9 commit 7085d9e

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ jobs:
137137
uses: actions/setup-node@v4
138138
with:
139139
node-version: 'latest'
140+
- name: Setup Ruby
141+
run: sudo apt-get install ruby-full
142+
- name: Setup Bundler
143+
run: gem install bundler
140144
- name: Install pnpm
141145
run: npm install -g pnpm
142146
- name: Install Node Deps
@@ -186,6 +190,10 @@ jobs:
186190
uses: actions/setup-node@v4
187191
with:
188192
node-version: 'latest'
193+
- name: Setup Ruby
194+
run: sudo apt-get install ruby-full
195+
- name: Setup Bundler
196+
run: gem install bundler
189197
- name: Install pnpm
190198
run: npm install -g pnpm
191199
- name: Install Node Deps
@@ -233,6 +241,10 @@ jobs:
233241
uses: actions/setup-node@v4
234242
with:
235243
node-version: 'latest'
244+
- name: Setup Ruby
245+
run: sudo apt-get install ruby-full
246+
- name: Setup Bundler
247+
run: gem install bundler
236248
- name: Install pnpm
237249
run: npm install -g pnpm
238250
- name: Install Node Deps

.github/workflows/dockerHub.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ jobs:
122122
uses: actions/setup-node@v4
123123
with:
124124
node-version: 'latest'
125+
- name: Setup Ruby
126+
run: sudo apt-get install ruby-full
127+
- name: Setup Bundler
128+
run: gem install bundler
125129
- name: Install pnpm
126130
run: npm install -g pnpm
127131
- name: Install npm deps
@@ -165,6 +169,10 @@ jobs:
165169
uses: actions/setup-node@v4
166170
with:
167171
node-version: 'latest'
172+
- name: Setup Ruby
173+
run: sudo apt-get install ruby-full
174+
- name: Setup Bundler
175+
run: gem install bundler
168176
- name: Install pnpm
169177
run: npm install -g pnpm
170178
- name: Install npm deps
@@ -208,6 +216,10 @@ jobs:
208216
uses: actions/setup-node@v4
209217
with:
210218
node-version: 'latest'
219+
- name: Setup Ruby
220+
run: sudo apt-get install ruby-full
221+
- name: Setup Bundler
222+
run: gem install bundler
211223
- name: Install pnpm
212224
run: npm install -g pnpm
213225
- name: Install npm deps

0 commit comments

Comments
 (0)