Skip to content

Commit

Permalink
[Tests][Fixed] wxWidgets version needed
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 18, 2024
1 parent 610e203 commit 7444fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ jobs:
fail-fast: false

runs-on: ubuntu-latest
container: ghcr.io/inti-cmnb/kicad_auto_test:latest
# We use a modern container because the GUI needs a modern wxWidgets
container: ghcr.io/inti-cmnb/kicad8_auto_test:latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7444fc8

Please sign in to comment.