Skip to content

Commit 7432977

Browse files
committed
install libgtk2.0-0
1 parent 8a5cd70 commit 7432977

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
prepare_example_json:
1919
runs-on: ubuntu-latest
20-
steps:
20+
steps:
2121
- uses: actions/checkout@v2
2222

2323
- name: generate examples
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
IDE_VERSION: ${{ matrix.IDE_VERSION }}
5454

55-
steps:
55+
steps:
5656
- uses: actions/checkout@v2
5757

5858
- name: Get Date
@@ -143,6 +143,10 @@ jobs:
143143
steps:
144144
- uses: actions/checkout@v2
145145

146+
- name: install libgtk2.0-0
147+
run: |
148+
sudo apt-get install -y libgtk2.0-0
149+
146150
- name: Get Date
147151
id: get-date
148152
run: |
@@ -156,7 +160,7 @@ jobs:
156160
/home/runner/arduino_ide
157161
/home/runner/Arduino
158162
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ matrix.ideversion }}
159-
163+
160164
- name: install python serial
161165
if: matrix.cpu == 'esp32'
162166
run: |
@@ -179,7 +183,7 @@ jobs:
179183
run: |
180184
mkdir -p $HOME/Arduino/libraries/
181185
cp -r $GITHUB_WORKSPACE $HOME/Arduino/libraries/arduinoVNC
182-
186+
183187
- name: config IDE
184188
run: |
185189
export DISPLAY=:1.0

0 commit comments

Comments
 (0)