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 2c24420 commit b8f9da6Copy full SHA for b8f9da6
.github/workflows/flutter_ci.yaml
@@ -68,6 +68,7 @@ jobs:
68
run: |
69
cargo install --force cargo-make
70
cargo install --force duckscript_cli
71
+ cargo make appflowy-deps-tools
72
if [ "$RUNNER_OS" == "Linux" ]; then
73
sudo wget -qO /etc/apt/trusted.gpg.d/dart_linux_signing_key.asc https://dl-ssl.google.com/linux/linux_signing_key.pub
74
sudo wget -qO /etc/apt/sources.list.d/dart_stable.list https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list
0 commit comments