Skip to content

Commit

Permalink
Only one source for wxpython
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Mar 3, 2024
1 parent d81ea61 commit a72d504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y libgtk-3-dev libgtk-4-dev python3-wxgtk4.0
sudo apt-get install -y libgtk-3-dev libgtk-4-dev
sudo pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04/wxPython-4.2.1-cp310-cp310-linux_x86_64.whl wxPython
fi
pip install -U https://github.com/platformio/platformio/archive/develop.zip
Expand Down

0 comments on commit a72d504

Please sign in to comment.