Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Mar 6, 2024
1 parent 44dc835 commit 3c99fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
name: libopencv_dart-linux-x64.tar.gz
- name: Run Test
run: |
export "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/linux:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/linux:$LD_LIBRARY_PATH
flutter pub get
flutter test -x skip-workflow,no-local-files
- name: Release
Expand Down

0 comments on commit 3c99fd7

Please sign in to comment.