Skip to content

Commit

Permalink
Merge pull request #600 from Neptune650/fix_mkl
Browse files Browse the repository at this point in the history
Use recursive copy for MKL
  • Loading branch information
louis030195 authored Oct 29, 2024
2 parents a5d1f75 + 5460e20 commit 2d7e3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: |
pip install mkl mkl-devel mkl-static
mkdir -p /opt/intel/mkl
cp ~/.local/lib/* ~/.local/include/* /opt/intel/mkl/
cp -rfv ~/.local/lib/* ~/.local/include/* /opt/intel/mkl/
- name: Install frontend dependencies
shell: bash
Expand Down

0 comments on commit 2d7e3d7

Please sign in to comment.