Skip to content

Commit c78e2dc

Browse files
committed
Adjust GitHub workflow
Install wxWidgets 3.2 for Ubuntu
1 parent 95b9c9b commit c78e2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci4wxsqlite3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies (Linux)
2020
run: |
2121
sudo apt-get -qq update
22-
sudo apt-get install -y libwxgtk3.0-gtk3-dev
22+
sudo apt-get install -y libwxgtk3.2-dev
2323
if: matrix.os == 'ubuntu-latest'
2424
- name: Install dependencies (macOS)
2525
run: |

0 commit comments

Comments
 (0)