Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Aug 23, 2024
1 parent 77cf12e commit 870342e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++ LDFLAGS=-L/opt/homebrew/lib bundle exec rake jemalloc:build
- run: bundle exec rake compile
- if: matrix.os == 'macos'
run: install_name_tool -change "@rpath/libodgi.dylib" $(pwd)/odgi/lib/libodgi.dylib lib/odgi/odgi.bundle # FIXME
run: |
otool -L lib/odgi/odgi.bundle
otool -L odgi/lib/libodgi.dylib
pwd
install_name_tool -change "@rpath/libodgi.dylib" $(pwd)/odgi/lib/libodgi.dylib lib/odgi/odgi.bundle # FIXME
- run: bundle exec rake test

0 comments on commit 870342e

Please sign in to comment.