Skip to content

Commit

Permalink
try ldconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Jul 28, 2020
1 parent 33a4b57 commit e4113fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -34,7 +34,8 @@ jobs:
./configure
make
sudo make install
- name: Install TA lib (ubuntu)
ldconfig
- name: Install TA lib (macOS)
if: startsWith(matrix.os, 'macos')
run: |
brew install ta-lib
Expand Down

0 comments on commit e4113fd

Please sign in to comment.