Skip to content

Commit 3c99fd7

Browse files
committed
update workflow
1 parent 44dc835 commit 3c99fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
name: libopencv_dart-linux-x64.tar.gz
110110
- name: Run Test
111111
run: |
112-
export "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/linux:$LD_LIBRARY_PATH"
112+
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/linux:$LD_LIBRARY_PATH
113113
flutter pub get
114114
flutter test -x skip-workflow,no-local-files
115115
- name: Release

0 commit comments

Comments
 (0)