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 49b2bcd commit 8dc28e9Copy full SHA for 8dc28e9
.github/workflows/ci.yaml
@@ -64,6 +64,8 @@ jobs:
64
sudo apt-get update
65
sudo apt-get install -y dart curl build-essential libsqlite3-dev libssl-dev clang cmake ninja-build pkg-config libgtk-3-dev
66
sudo apt-get install keybinder-3.0
67
+ elif [ "$RUNNER_OS" == "Windows" ]; then
68
+ vcpkg integrate install
69
elif [ "$RUNNER_OS" == "macOS" ]; then
70
echo 'do nothing'
71
fi
@@ -87,7 +89,7 @@ jobs:
87
89
flutter config --enable-linux-desktop
88
90
91
flutter config --enable-macos-desktop
- elif [ "$RUNNER_OS" == "windows" ]; then
92
93
flutter config --enable-windows-desktop
94
95
shell: bash
0 commit comments