mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
feat: updated ci.yaml control statement
This commit is contained in:
parent
62c9108a68
commit
47942ffadf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
|||
flutter config --enable-linux-desktop
|
||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||
flutter config --enable-macos-desktop
|
||||
if [ "$RUNNER_OS" == "windows" ]; then
|
||||
elif [ "$RUNNER_OS" == "windows" ]; then
|
||||
flutter config --enable-windows-desktop
|
||||
fi
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue