Skip to content

Commit

Permalink
Download OpenBLAS
Browse files Browse the repository at this point in the history
Signed-off-by: Naveen <[email protected]>
  • Loading branch information
naveentatikonda committed Oct 25, 2022
1 parent 9e5baec commit c593391
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ jobs:
echo "C:/Users/runneradmin/scoop/apps/mingw/current/bin" >> $env:GITHUB_PATH
refreshenv
- name: Download OpenBLAS
run: |
curl -L -O https://github.com/xianyi/OpenBLAS/releases/download/v0.3.21/OpenBLAS-0.3.21-x64.zip
unzip OpenBLAS-0.3.21-x64.zip
mkdir ./src/main/resources/windowsDependencies
cp ./OpenBLAS/lib/libopenblas.dll ./src/main/resources/windowsDependencies/
- name: Run build
run: |
./gradlew.bat build
Expand Down
Binary file not shown.

0 comments on commit c593391

Please sign in to comment.