File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
prepare_example_json :
27
27
runs-on : ubuntu-latest
28
- steps :
28
+ steps :
29
29
- uses : actions/checkout@v2
30
30
31
31
- name : generate examples
60
60
env :
61
61
IDE_VERSION : ${{ matrix.IDE_VERSION }}
62
62
63
- steps :
63
+ steps :
64
64
- uses : actions/checkout@v2
65
65
66
66
- name : Get Date
@@ -121,6 +121,10 @@ jobs:
121
121
steps :
122
122
- uses : actions/checkout@v2
123
123
124
+ - name : install libgtk-3-0
125
+ run : |
126
+ sudo apt-get install libgtk-3-0
127
+
124
128
- name : Get Date
125
129
id : get-date
126
130
run : |
@@ -134,7 +138,7 @@ jobs:
134
138
/home/runner/arduino_ide
135
139
/home/runner/Arduino
136
140
key : ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ matrix.ideversion }}
137
-
141
+
138
142
- name : install python serial
139
143
if : matrix.cpu == 'esp32'
140
144
run : |
@@ -157,7 +161,7 @@ jobs:
157
161
run : |
158
162
mkdir -p $HOME/Arduino/libraries/
159
163
cp -r $GITHUB_WORKSPACE $HOME/Arduino/libraries/arduinoWebSockets
160
-
164
+
161
165
- name : config IDE
162
166
run : |
163
167
export DISPLAY=:1.0
You can’t perform that action at this time.
0 commit comments