Skip to content

Commit

Permalink
Try with GTK3 and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Mar 3, 2024
1 parent 1db423a commit 496ce3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y libgtk-4-dev python3-wxgtk4.0
sudo apt-get install -y libgtk-3-dev libgtk-4-dev python3-wxgtk4.0
fi
pip install -U https://github.com/platformio/platformio/archive/develop.zip
pio pkg install --global --platform symlink://.
Expand Down
1 change: 1 addition & 0 deletions builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def _get_installed_pip_packages():
return result

deps = {
"setuptools": "~69.0.0",
"wxPython": "==4.2.1"
}

Expand Down

0 comments on commit 496ce3f

Please sign in to comment.