We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd5319 commit 6d4103cCopy full SHA for 6d4103c
1 file changed
.github/workflows/test_linux_x64.yaml
@@ -32,7 +32,7 @@ jobs:
32
channel: stable
33
- run: |
34
sudo apt-get update -y
35
- sudo apt-get install -y ninja-build libgtk-3-dev clang cmake pkg-config build-essential
+ sudo apt-get install -y ninja-build libgtk-3-dev libgtkmm-3.0-dev libgtkmm-3.0-1t64 clang cmake pkg-config build-essential
36
- run: flutter --version
37
- run: lsb_release -a
38
- run: clang --version
0 commit comments