File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,17 @@ jobs:
1616 with :
1717 # flutter-version: '3.16.9'
1818 channel : " stable"
19- - name : Setup GStreamer
20- id : setup_gstreamer
21- uses :
blinemedical/[email protected] 2219
2320 - name : Set env
2421 shell : bash
2522 run : |
2623 sudo apt-get update
27- sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio
2824 echo "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/linux:$LD_LIBRARY_PATH" >> $GITHUB_ENV
2925
3026 - name : Install dependencies
31- run : flutter pub get
27+ run : |
28+ flutter pub get
29+ dart run opencv_dart:setup -p linux -a x64
3230
3331 - name : Run tests
3432 run : flutter test test/
4442 channel : " stable"
4543
4644 - name : Install dependencies
47- run : flutter pub get
45+ run : |
46+ flutter pub get
47+ dart run opencv_dart:setup -p windows -a x64
4848
4949 - name : Run tests
5050 shell : pwsh
You can’t perform that action at this time.
0 commit comments