Skip to content

Commit

Permalink
Try with GTK4 preinstalled
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Mar 3, 2024
1 parent fd97de9 commit 1db423a
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 @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y libgtk-3-dev python3-wxgtk4.0
sudo apt-get install -y 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

0 comments on commit 1db423a

Please sign in to comment.