We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7befd2c commit 509466cCopy full SHA for 509466c
.github/workflows/fab_outputs.yml
@@ -18,8 +18,12 @@ jobs:
18
with:
19
python-version: '3.9'
20
21
- - name: Install python-wxtools
22
- run: sudo apt-get install python-wxtools && pip install wxPython
+ - name: Install dependencies
+ 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
27
28
- name: Install KiCad
29
run: |
0 commit comments