Skip to content

Commit

Permalink
chore(aft): Copy lib to /usr
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Dec 19, 2022
1 parent 018acaa commit bed7229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/aft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
# Patch libgit2dart (see https://github.com/dart-lang/pub/issues/3563)
( cd external/libgit2dart; git apply ../libgit2dart.patch )
dart pub upgrade
mkdir -p .dart_tool/libgit2
cp external/libgit2dart/linux/*.so .dart_tool/libgit2
sudo cp external/libgit2dart/linux/*.so /usr/local/lib
- name: Run Tests
working-directory: packages/aft
Expand Down
3 changes: 1 addition & 2 deletions packages/aft/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
# Patch libgit2dart (see https://github.com/dart-lang/pub/issues/3563)
( cd external/libgit2dart; git apply ../libgit2dart.patch )
dart pub upgrade
mkdir -p .dart_tool/libgit2
cp external/libgit2dart/linux/*.so .dart_tool/libgit2
sudo cp external/libgit2dart/linux/*.so /usr/local/lib
- name: Run Tests
working-directory: packages/aft
Expand Down

0 comments on commit bed7229

Please sign in to comment.