Skip to content

Commit 1c7b833

Browse files
committed
Update fab_outputs wf
1 parent 2442853 commit 1c7b833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fab_outputs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
sudo apt-get update
24-
pip install wheel
25-
sudo apt-get install libgtk-3-dev
26-
pip install wxpython
24+
pip3 install wheel
25+
curl -O https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04/wxPython-4.2.2-cp313-cp313-linux_x86_64.whl
26+
pip3 install wxPython-4.2.2-cp313-cp313-linux_x86_64.whl
2727
2828
- name: Install KiCad
2929
run: |

0 commit comments

Comments
 (0)