Skip to content

Commit

Permalink
Fix build by installing pyyaml. Re-publish the rest of 0.20.0 packa…
Browse files Browse the repository at this point in the history
…ges.
  • Loading branch information
FeodorFitsner committed Feb 14, 2024
1 parent 3bbb0fb commit a6be2f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ for:
$env:PKG_VER = "$($cv.major).$($cv.minor+1).0+$($env:APPVEYOR_BUILD_NUMBER)"
}
Update-AppveyorBuild -Version $env:PKG_VER
- pip3 install pyyaml
- flutter upgrade --force

build_script:
Expand All @@ -126,10 +127,10 @@ for:
python3 ci/patch_pubspec.py packages/flet_video/pubspec.yaml $PKG_VER
python3 ci/patch_pubspec.py packages/flet_webview/pubspec.yaml $PKG_VER
cd packages/flet
flutter test
dart pub publish --force || exit 1
cd $APPVEYOR_BUILD_FOLDER
#cd packages/flet
#flutter test
#dart pub publish --force || exit 1
#cd $APPVEYOR_BUILD_FOLDER
cd packages/flet_audio
dart pub publish --force || exit 1
Expand Down

0 comments on commit a6be2f3

Please sign in to comment.