@@ -47,10 +47,13 @@ jobs:
47
47
with :
48
48
ruby-version : ' 3.3'
49
49
bundler-cache : true
50
-
50
+
51
51
- name : ' Checkout GitHub Action'
52
52
uses : actions/checkout@v4
53
53
54
+ - name : ' Install file generation Ruby dependencies'
55
+ run : bundle install
56
+
54
57
- name : ' Run file generation'
55
58
run : bash build.sh --dir build/standard --version dev
56
59
@@ -104,6 +107,9 @@ jobs:
104
107
- name : ' Checkout GitHub Action'
105
108
uses : actions/checkout@v4
106
109
110
+ - name : ' Install file generation Ruby dependencies'
111
+ run : bundle install
112
+
107
113
- name : ' Run file generation'
108
114
run : bash build.sh --dir build/standard --dir build/plugins --version dev
109
115
@@ -156,6 +162,9 @@ jobs:
156
162
- name : ' Checkout GitHub Action'
157
163
uses : actions/checkout@v4
158
164
165
+ - name : ' Install file generation Ruby dependencies'
166
+ run : bundle install
167
+
159
168
- name : ' Run file generation'
160
169
run : bash build.sh --dir build/arm-none-eabi --version dev
161
170
@@ -208,6 +217,9 @@ jobs:
208
217
- name : ' Checkout GitHub Action'
209
218
uses : actions/checkout@v4
210
219
220
+ - name : ' Install file generation Ruby dependencies'
221
+ run : bundle install
222
+
211
223
- name : ' Run file generation'
212
224
run : bash build.sh --dir build/arm-none-eabi --dir build/plugins --dir build/arm-none-eabi-plugins --version dev
213
225
0 commit comments