Skip to content

Commit

Permalink
ci: Set LD_LIBRARY_PATH so example finds dll
Browse files Browse the repository at this point in the history
Gives Dart some help so DynamicLibrary can find libAnimal.so
  • Loading branch information
iamsergio committed Apr 9, 2024
1 parent 9b42390 commit 11172b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
dart pub get
cd ..
dart run app/bin/main.dart
env:
LD_LIBRARY_PATH: .:$LD_LIBRARY_PATH

0 comments on commit 11172b1

Please sign in to comment.