Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed Nov 26, 2024
1 parent dd8242e commit e3ff207
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ jobs:
run: |
export PATH=`pwd`/flutter-tizen/bin:$PATH
./tools/tools_runner.sh build-examples \
--exclude=wearable_rotary \
--run-on-changed-packages \
--base-sha=$(git rev-parse HEAD^)
1 change: 1 addition & 0 deletions packages/video_player_avplay/lib/video_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export 'src/closed_caption_file.dart';
export 'src/drm_configs.dart';
export 'src/tracks.dart';

//
VideoPlayerPlatform? _lastVideoPlayerPlatform;

VideoPlayerPlatform get _videoPlayerPlatform {
Expand Down

0 comments on commit e3ff207

Please sign in to comment.