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 44dc835 commit 3c99fd7Copy full SHA for 3c99fd7
.github/workflows/build_test.yaml
@@ -109,7 +109,7 @@ jobs:
109
name: libopencv_dart-linux-x64.tar.gz
110
- name: Run Test
111
run: |
112
- export "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/linux:$LD_LIBRARY_PATH"
+ export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/linux:$LD_LIBRARY_PATH
113
flutter pub get
114
flutter test -x skip-workflow,no-local-files
115
- name: Release
0 commit comments