Skip to content

Commit 509466c

Browse files
committed
Update fab_outputs wf
1 parent 7befd2c commit 509466c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/fab_outputs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ jobs:
1818
with:
1919
python-version: '3.9'
2020

21-
- name: Install python-wxtools
22-
run: sudo apt-get install python-wxtools && pip install wxPython
21+
- name: Install dependencies
22+
run: |
23+
sudo apt-get update
24+
sudo apt-get install libgtk-3-dev
25+
sudo apt-get install libwebkit2gtk-4.0-dev libjpeg-dev libpng-dev libtiff-dev libgstreamer1.0-dev pkg-config
26+
pip install wxPython
2327
2428
- name: Install KiCad
2529
run: |

0 commit comments

Comments
 (0)