We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485f692 commit 1bbdb70Copy full SHA for 1bbdb70
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Install system dependencies (Ubuntu)
54
if: runner.os == 'Linux' && !startsWith(matrix.container, 'alpine')
55
- run: sudo apt-get update && sudo apt-get install libgtk3.0-dev
+ run: sudo apt-get update && sudo apt-get install libgtk-3-dev
56
57
- name: Install system dependencies (macOS)
58
if: runner.os == 'macOS'
0 commit comments