10000 install libgtk-3-0 · samuko-things/arduinoWebSockets@738e43f · GitHub
[go: up one dir, main page]

Skip to content

Commit 738e43f

Browse files
committed
install libgtk-3-0
1 parent f55bf8d commit 738e43f

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
@@ -25,7 +25,7 @@ jobs:
2525
2626
prepare_example_json:
2727
runs-on: ubuntu-latest
28-
steps:
28+
steps:
2929
- uses: actions/checkout@v2
3030

3131
- name: generate examples
@@ -60,7 +60,7 @@ jobs:
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

0 commit comments

Comments
 (0)
0