Skip to content

Commit

Permalink
(fix) wrong folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
14NGiestas committed Dec 1, 2024
1 parent d882439 commit fb7e8e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fpm-deployment-cublas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:

- name: Generate ${{ env.PROJECT_NAME }}-fpm package 🔧
run: |
make FYPPFLAGS="-DMFI_EXTENSIONS -DUSE_CUBLAS"
make FYPPFLAGS="-DMFI_EXTENSIONS -DUSE_GPU -DUSE_CUBLAS"
mkdir mfi-cublas
cp -R src mfi-cublas
cp -R test mfi-cublas
cp fpm.toml mfi-cublas
cp LICENSE mfi-cublas
find mfi-fpm/src -type f ! -name "*.f90" -delete
find mfi-fpm/test -type f ! -name "*.f90" -delete
find mfi-cublas/src -type f ! -name "*.f90" -delete
find mfi-cublas/test -type f ! -name "*.f90" -delete
- name: Install GFortran
run: |
Expand Down

0 comments on commit fb7e8e9

Please sign in to comment.