File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 17
17
18
18
prepare_example_json :
19
19
runs-on : ubuntu-latest
20
- steps :
20
+ steps :
21
21
- uses : actions/checkout@v2
22
22
23
23
- name : generate examples
52
52
env :
53
53
IDE_VERSION : ${{ matrix.IDE_VERSION }}
54
54
55
- steps :
55
+ steps :
56
56
- uses : actions/checkout@v2
57
57
58
58
- name : Get Date
@@ -143,6 +143,10 @@ jobs:
143
143
steps :
144
144
- uses : actions/checkout@v2
145
145
146
+ - name : install libgtk2.0-0
147
+ run : |
148
+ sudo apt-get install -y libgtk2.0-0
149
+
146
150
- name : Get Date
147
151
id : get-date
148
152
run : |
@@ -156,7 +160,7 @@ jobs:
156
160
/home/runner/arduino_ide
157
161
/home/runner/Arduino
158
162
key : ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ matrix.ideversion }}
159
-
163
+
160
164
- name : install python serial
161
165
if : matrix.cpu == 'esp32'
162
166
run : |
@@ -179,7 +183,7 @@ jobs:
179
183
run : |
180
184
mkdir -p $HOME/Arduino/libraries/
181
185
cp -r $GITHUB_WORKSPACE $HOME/Arduino/libraries/arduinoVNC
182
-
186
+
183
187
- name : config IDE
184
188
run : |
185
189
export DISPLAY=:1.0
You can’t perform that action at this time.
0 commit comments