Skip to content

Commit

Permalink
namke
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Jul 28, 2020
1 parent 743ce62 commit bf32877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -39,8 +39,8 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: |
brew install ta-lib
- uses: ilammy/msvc-dev-cmd@v1
- name: Install TA lib (windows)
uses: ilammy/msvc-dev-cmd@v1
if: startsWith(matrix.os, 'windows')
run: |
(New-Object Net.WebClient).DownloadFile('http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-msvc.zip', 'ta-lib-0.4.0-msvc.zip')
Expand Down

0 comments on commit bf32877

Please sign in to comment.