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 2525
2626 prepare_example_json :
2727 runs-on : ubuntu-latest
28- steps :
28+ steps :
2929 - uses : actions/checkout@v2
3030
3131 - name : generate examples
6060 env :
6161 IDE_VERSION : ${{ matrix.IDE_VERSION }}
6262
63- steps :
63+ steps :
6464 - uses : actions/checkout@v2
6565
6666 - name : Get Date
@@ -121,6 +121,10 @@ jobs:
121121 steps :
122122 - uses : actions/checkout@v2
123123
124+ - name : install libgtk-3-0
125+ run : |
126+ sudo apt-get install libgtk-3-0
127+
124128 - name : Get Date
125129 id : get-date
126130 run : |
@@ -134,7 +138,7 @@ jobs:
134138 /home/runner/arduino_ide
135139 /home/runner/Arduino
136140 key : ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ matrix.ideversion }}
137-
141+
138142 - name : install python serial
139143 if : matrix.cpu == 'esp32'
140144 run : |
@@ -157,7 +161,7 @@ jobs:
157161 run : |
158162 mkdir -p $HOME/Arduino/libraries/
159163 cp -r $GITHUB_WORKSPACE $HOME/Arduino/libraries/arduinoWebSockets
160-
164+
161165 - name : config IDE
162166 run : |
163167 export DISPLAY=:1.0
You can’t perform that action at this time.
0 commit comments